Skip to content

Commit

Permalink
Bump maven in /sources (#182)
Browse files Browse the repository at this point in the history
Bumps maven from 3.9.3-eclipse-temurin-17-alpine to 3.9.4-eclipse-temurin-21-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent c38e3b1 commit 1965e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
# Build stage.
#
FROM maven:3.9.3-eclipse-temurin-17-alpine AS build
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
WORKDIR /app

# Copy local code to the container image.
Expand Down

0 comments on commit 1965e26

Please sign in to comment.