Skip to content

Commit

Permalink
fix(maven): Back to maven 3.9.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Nov 24, 2023
1 parent ccb3e3f commit 6561e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/maven/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
rm -rf /var/lib/apt/lists/*

# Now time to install maven
ARG MAVEN_VERSION=3.9.4
ARG MAVEN_VERSION=3.9.5

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

0 comments on commit 6561e26

Please sign in to comment.