Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: amazoncorretto
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 4, 2024
1 parent 801f469 commit fc3b8b7
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 amazoncorretto:21 AS build
FROM amazoncorretto:22 AS build
FROM mcr.microsoft.com/playwright:v1.45.0-jammy
COPY --from=build /usr/lib/jvm/java-21-amazon-corretto /usr/lib/jvm/java-21-amazon-corretto

Expand Down

0 comments on commit fc3b8b7

Please sign in to comment.