Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Bump amazoncorretto from 21-alpine to 22-alpine
Browse files Browse the repository at this point in the history
Bumps amazoncorretto from 21-alpine to 22-alpine.

---
updated-dependencies:
- dependency-name: amazoncorretto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 94de229 commit dc06dd7
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 @@ -3,7 +3,7 @@ COPY . /app
WORKDIR /app
RUN mvn clean package -DskipTests

FROM amazoncorretto:21-alpine
FROM amazoncorretto:22-alpine
COPY --from=build /app/target/api-1.0.0-jar-with-dependencies.jar /app/api.jar
COPY --from=build /app/data/ /app/data/

Expand Down

0 comments on commit dc06dd7

Please sign in to comment.