Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent fd59e5e commit d04e5cb
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 @@ -2,7 +2,7 @@

#Build application stage
#We need maven.
FROM maven:3.9.3-eclipse-temurin-17
FROM maven:3.9.4-eclipse-temurin-21
WORKDIR /usr/src/java-app

#build the application
Expand Down

0 comments on commit d04e5cb

Please sign in to comment.