Skip to content

Commit

Permalink
switch to non-alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
autermann committed Mar 20, 2019
1 parent 2a26372 commit 0b9e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Expand Up @@ -10,7 +10,7 @@ RUN mvn --batch-mode --errors --fail-fast \
--define maven.javadoc.skip=true \
--define skipTests=true install

FROM jetty:jre8-alpine
FROM jetty:jre8

COPY --from=BUILD /usr/src/app/webapp/target/52n-sos-webapp \
/var/lib/jetty/webapps/ROOT
Expand Down

0 comments on commit 0b9e439

Please sign in to comment.