Skip to content

Commit

Permalink
use openjdk:11
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Jul 15, 2023
1 parent e3584ab commit a3b67ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM openjdk:8-jdk-alpine
FROM openjdk:11

EXPOSE 8080
WORKDIR /app
COPY target/*.jar app.jar

Expand Down

0 comments on commit a3b67ff

Please sign in to comment.