We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f641c commit ab89f6aCopy full SHA for ab89f6a
utils/docker/Dockerfile.focal
@@ -24,8 +24,8 @@ RUN apt-get update && \
24
# Create the pwuser
25
adduser pwuser
26
27
-RUN VERSION=3.8.7 && \
28
- curl -o - https://dlcdn.apache.org/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
+RUN VERSION=3.8.8 && \
+ curl -o - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
29
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
30
31
ARG PW_TARGET_ARCH
0 commit comments