Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 25, 2022
1 parent 004f80a commit 57fd768
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,5 +1,5 @@
# the first stage of our build will use a maven 3.6.1 parent image
FROM maven:3.6.1-jdk-8-alpine AS MAVEN_BUILD
FROM maven:3.8.6-openjdk-11 AS MAVEN_BUILD

COPY ./ ./

Expand Down

0 comments on commit 57fd768

Please sign in to comment.