Skip to content

Commit

Permalink
Bump maven from 3.8.7-eclipse-temurin-17 to 3.9.5-eclipse-temurin-21
Browse files Browse the repository at this point in the history
Bumps maven from 3.8.7-eclipse-temurin-17 to 3.9.5-eclipse-temurin-21.

---
updated-dependencies:
- dependency-name: maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent 59ed0e0 commit 4d7da15
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
Expand Up @@ -19,7 +19,7 @@
################################################################################

# our base build image
FROM maven:3.8.7-eclipse-temurin-17 AS builder
FROM maven:3.9.5-eclipse-temurin-21 AS builder

# copy the project files
COPY ./pom.xml /pom.xml
Expand Down

0 comments on commit 4d7da15

Please sign in to comment.