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 fede41c commit 4dbf71eCopy full SHA for 4dbf71e
dockerfiles/maven/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
5
rm -rf /var/lib/apt/lists/*
6
7
# Now time to install maven
8
-ARG MAVEN_VERSION=3.9.10
+ARG MAVEN_VERSION=3.9.11
9
10
# Set SHELL flags for RUN commands to allow -e and pipefail
11
# Rationale:https://github.com/hadolint/hadolint/wiki/DL4006
0 commit comments