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 18c1e6a commit 6be881aCopy full SHA for 6be881a
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.9
+ARG MAVEN_VERSION=3.9.10
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