Skip to content

Commit

Permalink
testing amazoncorretto:17-al2-jdk image
Browse files Browse the repository at this point in the history
  • Loading branch information
kavitha-sundararajan committed Nov 29, 2023
1 parent cb3c2b8 commit ff2648e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- Bahmni-IPD-master
- test-branch
paths-ignore:
- "**.md"
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM eclipse-temurin:17-jdk-alpine
FROM amazoncorretto:17-al2-jdk
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit ff2648e

Please sign in to comment.