Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/dockerfiles/Dockerfile.08-crac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:25-jdk-crac-latest AS builder
FROM azul/zulu-openjdk:26-jdk-crac-latest AS builder

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

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

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

RUN apt-get -qq update && apt-get -qq install -y adduser \
&& addgroup --system --gid 1000 spring \
Expand Down
Loading