Skip to content

Commit

Permalink
Bump maven from 3.9.5-amazoncorretto-17 to 3.9.5-amazoncorretto-21 (#101
Browse files Browse the repository at this point in the history
)

Bumps maven from 3.9.5-amazoncorretto-17 to 3.9.5-amazoncorretto-21.

---
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 Mar 13, 2024
1 parent 987a562 commit 5fe8d9d
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.5-amazoncorretto-17 AS build
FROM maven:3.9.5-amazoncorretto-21 AS build
COPY . .
RUN mvn clean package -DskipTests

Expand Down

0 comments on commit 5fe8d9d

Please sign in to comment.