Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: alpine/java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 17, 2025
1 parent cb20cd6 commit 5d2645f
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,6 +1,6 @@

# FROM eclipse-temurin:21-jre-alpine
FROM alpine/java:21-jre
FROM alpine/java:22-jre

RUN chmod -R 755 /opt/java/openjdk && \
apk add --no-cache curl
Expand Down

0 comments on commit 5d2645f

Please sign in to comment.