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 327e7cb commit 9fc640b
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
Expand Up @@ -5,7 +5,7 @@ ADD . /tmp
RUN cd /tmp && mvn package -DskipTests -Pci -q && mv target/symphony/* /opt/sym/ \
&& cp -f /tmp/src/main/resources/docker/* /opt/sym/

FROM openjdk:11-alpine
FROM openjdk:18-alpine
LABEL maintainer="Liang Ding<[email protected]>"

WORKDIR /opt/sym/
Expand Down

0 comments on commit 9fc640b

Please sign in to comment.