Skip to content

Commit 6713774

Browse files
authored
Fix maven version for core-builder image (#7051)
1 parent ed3b2b8 commit 6713774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN \
4444
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
4545

4646
# Install maven
47-
ENV MAVEN_VERSION=3.9.11
47+
ENV MAVEN_VERSION=3.9.12
4848
ENV USER_HOME_DIR="/root"
4949
RUN set -eux; \
5050
BASE_URL="https://dlcdn.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries"; \

0 commit comments

Comments
 (0)