Skip to content

Commit

Permalink
Bump maven from 3.8.4-eclipse-temurin-17 to 3.9.2-eclipse-temurin-17 (#…
Browse files Browse the repository at this point in the history
…193)

Bumps maven from 3.8.4-eclipse-temurin-17 to 3.9.2-eclipse-temurin-17.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent c72d9d6 commit 5f50b83
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.8.4-eclipse-temurin-17
FROM maven:3.9.2-eclipse-temurin-17
WORKDIR /usr/src/java-app

#build the application
Expand Down

0 comments on commit 5f50b83

Please sign in to comment.