We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed91ae7 commit a0ccacbCopy full SHA for a0ccacb
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
# ---- Base image (default fallback) ----
2
ARG BASE_IMAGE
3
-FROM ${BASE_IMAGE:-openjdk:21-jdk-slim}
+FROM ${BASE_IMAGE:-eclipse-temurin:21}
4
5
# ---- Runtime arguments ----
6
ARG JAR_FILENAME
0 commit comments