Skip to content

Commit a0ccacb

Browse files
committed
Change docker to use openjdk to eclipse-temurin:21 after deprecation
1 parent ed91ae7 commit a0ccacb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ---- Base image (default fallback) ----
22
ARG BASE_IMAGE
3-
FROM ${BASE_IMAGE:-openjdk:21-jdk-slim}
3+
FROM ${BASE_IMAGE:-eclipse-temurin:21}
44

55
# ---- Runtime arguments ----
66
ARG JAR_FILENAME

0 commit comments

Comments
 (0)