Skip to content

Commit 0319c85

Browse files
chore(deps): bump azul/zulu-openjdk in /apps/dockerfiles
Bumps azul/zulu-openjdk from 25-jdk-crac-latest to 26-jdk-crac-latest. --- updated-dependencies: - dependency-name: azul/zulu-openjdk dependency-version: 26-jdk-crac-latest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d5b7a3d commit 0319c85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/dockerfiles/Dockerfile.08-crac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM azul/zulu-openjdk:25-jdk-crac-latest AS builder
1+
FROM azul/zulu-openjdk:26-jdk-crac-latest AS builder
22

33
RUN apt-get -qq update && apt-get -qq install -y curl maven
44

@@ -22,7 +22,7 @@ RUN java -Dspring.context.checkpoint=onRefresh \
2222
-XX:CRaCCheckpointTo=/opt/crac-files \
2323
-jar /store-spring.jar & PID=$! && wait ${PID} || true
2424

25-
FROM azul/zulu-openjdk:25-jdk-crac-latest
25+
FROM azul/zulu-openjdk:26-jdk-crac-latest
2626

2727
RUN apt-get -qq update && apt-get -qq install -y adduser \
2828
&& addgroup --system --gid 1000 spring \

0 commit comments

Comments
 (0)