Skip to content

Commit ab89f6a

Browse files
authored
chore: fix Docker image build (#1245)
1 parent 05f641c commit ab89f6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/docker/Dockerfile.focal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ RUN apt-get update && \
2424
# Create the pwuser
2525
adduser pwuser
2626

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/ && \
27+
RUN VERSION=3.8.8 && \
28+
curl -o - https://archive.apache.org/dist/maven/maven-3/$VERSION/binaries/apache-maven-$VERSION-bin.tar.gz | tar zxfv - -C /opt/ && \
2929
ln -s /opt/apache-maven-$VERSION/bin/mvn /usr/local/bin/
3030

3131
ARG PW_TARGET_ARCH

0 commit comments

Comments
 (0)