Skip to content

Commit

Permalink
Dockerfile update
Browse files Browse the repository at this point in the history
  • Loading branch information
piomin committed Oct 10, 2021
1 parent a14710f commit 21d1155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions department-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:8-jre-alpine
ENV APP_FILE department-service-1.0.jar
FROM openjdk:17-alpine
ENV APP_FILE department-service-1.2.jar
ENV APP_HOME /usr/apps
EXPOSE 8080
COPY target/$APP_FILE $APP_HOME/
Expand Down
4 changes: 2 additions & 2 deletions employee-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:8-jre-alpine
ENV APP_FILE employee-service-1.0.jar
FROM openjdk:17-alpine
ENV APP_FILE employee-service-1.2.jar
ENV APP_HOME /usr/apps
EXPOSE 8080
COPY target/$APP_FILE $APP_HOME/
Expand Down

0 comments on commit 21d1155

Please sign in to comment.