Skip to content

Commit 1545dd9

Browse files
sjarmakclaude
andcommitted
fix: replace deprecated openjdk:17-slim with eclipse-temurin:17-jdk-jammy in sec-reach-003
The openjdk:17-slim Docker image is no longer available on Docker Hub, causing sec-reach-003 to fail on both baseline and SG_full configs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c7728ec commit 1545dd9

File tree

1 file changed

+1
-1
lines changed
  • benchmarks/ccb_security/sec-reach-003/environment

1 file changed

+1
-1
lines changed

benchmarks/ccb_security/sec-reach-003/environment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:17-slim
1+
FROM eclipse-temurin:17-jdk-jammy
22

33
# Install required tools for verification
44
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)