Skip to content

Commit 99d2b64

Browse files
authored
Merge pull request #63 from JamesS-TAMU/switch-openjdk-to-eclipse-image
Switch JRE image from openjdk to eclipse.
2 parents e2567a0 + 74c5ae0 commit 99d2b64

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
@@ -40,7 +40,7 @@ USER $USER_NAME
4040
RUN mvn package -Pjar -DskipTests=true
4141

4242
# Switch to Normal JRE Stage.
43-
FROM openjdk:11-jre-slim
43+
FROM eclipse-temurin:11-jre-noble
4444
ARG USER_ID
4545
ARG USER_NAME
4646
ARG SOURCE_DIR

0 commit comments

Comments
 (0)