We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a436af1 + 4d0405e commit 8ac840aCopy full SHA for 8ac840a
docker/executors/Dockerfile.java
@@ -1,5 +1,5 @@
1
-# Java OpenJDK 17 Executor
2
-FROM openjdk:17-alpine
+# Java Temurin JDK 17 Executor
+FROM eclipse-temurin:17-jdk-alpine
3
4
# Security: Create non-root user
5
RUN adduser -D -s /bin/sh coderunner
0 commit comments