Skip to content

Commit 0b6d318

Browse files
committed
Bump eclipse-temurin from 25.0.3_9-jdk to 26.0.1_8-jdk
This lines up with exercism/java-representer#297
1 parent 29bf901 commit 0b6d318

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
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY --chown=gradle:gradle . /app
55
RUN gradle -i --stacktrace clean build shadowJar
66

7-
FROM eclipse-temurin:25.0.3_9-jdk@sha256:e23592541431eaeef5c13c84c21db71f97cdca0e70181ea6222ec9bccac24f6c
7+
FROM eclipse-temurin:26.0.1_8-jdk@sha256:e1ccbf158a2818db7f770d0159f30a191e512c6a482797c55f7ae04a54247563
88

99
WORKDIR /opt/analyzer
1010
COPY bin/run.sh bin/run.sh

0 commit comments

Comments
 (0)