Skip to content

Commit 3087eb9

Browse files
authored
Change base image to ubi9/openjdk-25-runtime
1 parent 773052b commit 3087eb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ LABEL org.opencontainers.image.title="Java http client" \
4646
org.opencontainers.image.vendor="wlanboy" \
4747
org.opencontainers.image.source="https://github.com/wlanboy/JavaHttpClient" \
4848
org.opencontainers.image.licenses="MIT" \
49-
org.opencontainers.image.base.name="eclipse-temurin:25-jre"
49+
org.opencontainers.image.base.name="ubi9/openjdk-25-runtime"
5050

5151
WORKDIR /app
5252

@@ -91,4 +91,4 @@ HEALTHCHECK --interval=30s --timeout=3s \
9191

9292
ENTRYPOINT ["/app/entrypoint.sh"]
9393
# → Startet die App über das Entry-Skript.
94-
# → Vorteil: Skript kann Umgebungsvariablen verarbeiten, ENTRYPOINT nicht.
94+
# → Vorteil: Skript kann Umgebungsvariablen verarbeiten, ENTRYPOINT nicht.

0 commit comments

Comments
 (0)