Skip to content

Commit

Permalink
Merge pull request #124 from LauroSilveira/dependabot/docker/maven-3.…
Browse files Browse the repository at this point in the history
…9.8-amazoncorretto-21
  • Loading branch information
LauroSilveira authored Dec 18, 2024
2 parents 592701c + b1bc82b commit 0ebf6d3
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-21 AS build
FROM maven:3.9.8-amazoncorretto-21 AS build
COPY . .
RUN mvn clean package -DskipTests

Expand Down

0 comments on commit 0ebf6d3

Please sign in to comment.