Skip to content

Commit

Permalink
⬆ : update build phase to openjdk-16
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Aug 20, 2021
1 parent 6cbf185 commit 3c2e8e0
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
@@ -1,4 +1,4 @@
FROM maven:3-jdk-14 as BUILD
FROM maven:3-openjdk-16 as BUILD

COPY . /usr/src/app
RUN mvn --batch-mode -DskipTests -f /usr/src/app/pom.xml clean package
Expand Down

0 comments on commit 3c2e8e0

Please sign in to comment.