Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 00228f3

Browse files
committed
chore: update dependency maven version(3.6.3 to 3.9.2)
1 parent c3c735e commit 00228f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerjob-server/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM adoptopenjdk:8-jdk-hotspot
33
# 维护者
44
55
# 下载并安装 maven
6-
RUN curl -O https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
7-
RUN tar -zxvf apache-maven-3.6.3-bin.tar.gz && mv apache-maven-3.6.3 /opt/powerjob-maven && rm -rf apache-maven-3.6.3-bin.tar.gz
6+
RUN curl -O https://mirrors.tuna.tsinghua.edu.cn/apache/maven/maven-3/3.9.2/binaries/apache-maven-3.9.2-bin.tar.gz
7+
RUN tar -zxvf apache-maven-3.9.2-bin.tar.gz && mv apache-maven-3.9.2 /opt/powerjob-maven && rm -rf apache-maven-3.9.2-bin.tar.gz
88
# 替换 maven 配置文件
99
RUN rm -rf /opt/powerjob-maven/conf/settings.xml
1010
COPY settings.xml /opt/powerjob-maven/conf/settings.xml

0 commit comments

Comments
 (0)