Skip to content

Commit

Permalink
docker file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed May 11, 2022
1 parent a352e4c commit e2505f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ADD /src $HOME/src
RUN mvn package -s $HOME/settings.xml -DskipTests=true

# Package stage
FROM openjdk:12-alpine
FROM openjdk:11
ENV HOME=/home/app
ENV export $(cat .env | xargs)
WORKDIR $HOME
Expand Down

0 comments on commit e2505f4

Please sign in to comment.