Skip to content

Commit 8faca8a

Browse files
authored
Merge pull request #4 from borislavr/dependabot/docker/alpine/java-22-jre
Bump alpine/java from 21-jre to 22-jre
2 parents bc98c38 + 5d2645f commit 8faca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

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

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

0 commit comments

Comments
 (0)