Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zlseu-edu authored May 11, 2021
1 parent 0c77b9b commit da36187
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 @@
# First stage: complete build environment
FROM maven:3.5.0-jdk-8-alpine AS builder
FROM maven:3.5.4-jdk-8-alpine AS builder

# add pom.xml and source code
ADD ./pom.xml pom.xml
Expand Down

0 comments on commit da36187

Please sign in to comment.