change reference for Java images

This commit is contained in:
Thomas Peetz
2026-02-09 20:26:34 +01:00
committed by Thomas Peetz
parent d6e2b7daa7
commit c77079c9d9
+1 -1
View File
@@ -9,7 +9,7 @@ COPY ./gradle/libs.versions.toml ./gradle/
RUN gradle build --no-daemon
# ----------------------------------------------------------------------- #
FROM alpine/java:21-jre AS run
FROM docker.io/alpine/java:21-jre AS run
RUN apk --no-cache add curl