Skip to content

Commit

Permalink
Update maven Docker tag to v3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent 45353a9 commit d4f8ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM maven:3.8.7-eclipse-temurin-17 as build
FROM maven:3.9.6-eclipse-temurin-17 as build
COPY src /home/app/src
COPY pom.xml /home/app
COPY settings.xml /root/.m2/settings.xml
Expand Down

0 comments on commit d4f8ce8

Please sign in to comment.