Skip to content

Commit

Permalink
Bump maven (#72)
Browse files Browse the repository at this point in the history
Bumps maven from 3.9.4-eclipse-temurin-21-alpine to 3.9.5-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>
Co-authored-by: Lauro Correia Silveira <lauro.silveira@outlook.com.br>
  • Loading branch information
dependabot[bot] and LauroSilveira authored Dec 15, 2023
1 parent 6cc0ee0 commit 078d01b
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,4 +1,4 @@
FROM maven:3.9.4-eclipse-temurin-21-alpine AS build
FROM maven:3.9.5-eclipse-temurin-21-alpine AS build
COPY . .
RUN mvn clean package -DskipTests

Expand Down

0 comments on commit 078d01b

Please sign in to comment.