Skip to content

Commit

Permalink
🎨 更新 Docker 镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Jan 15, 2022
1 parent 54229be commit e53069d
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/solo/* /opt/solo/ \
&& cp -f /tmp/src/main/resources/docker/* /opt/solo/

FROM openjdk:11-alpine
FROM openjdk:18-alpine
LABEL maintainer="Liang Ding<845765@qq.com>"

WORKDIR /opt/solo/
Expand Down

0 comments on commit e53069d

Please sign in to comment.