Skip to content

Commit 6be881a

Browse files
chore: [maven-agent] Bump maven version in dockerfiles/maven/Dockerfile (#1288)
Made with ❤️️ by updatecli Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18c1e6a commit 6be881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/maven/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
55
rm -rf /var/lib/apt/lists/*
66

77
# Now time to install maven
8-
ARG MAVEN_VERSION=3.9.9
8+
ARG MAVEN_VERSION=3.9.10
99

1010
# Set SHELL flags for RUN commands to allow -e and pipefail
1111
# Rationale:https://github.com/hadolint/hadolint/wiki/DL4006

0 commit comments

Comments
 (0)