We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2d1471 commit e269bb2Copy full SHA for e269bb2
1 file changed
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.14
+ARG MAVEN_VERSION=3.9.15
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