Skip to content

Commit

Permalink
⬆️ 升级到 JDK 11 Fix #60
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 15, 2022
1 parent 8dd4b00 commit 327e7cb
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-11-alpine as MVN_BUILD
FROM maven:3.8.4-openjdk-11 as MVN_BUILD

WORKDIR /opt/sym/
ADD . /tmp
Expand Down

0 comments on commit 327e7cb

Please sign in to comment.