diff --git a/build/Dockerfile b/build/Dockerfile index 3c240b65..4c275ee6 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -56,10 +56,10 @@ RUN go build -o gotenberg -ldflags "-s -w -X 'github.com/gotenberg/gotenberg/v8/ # Custom JRE stage # Credits: https://github.com/jodconverter/docker-image-jodconverter-runtime # ---------------------------------------------- -FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS custom-jre-stage +FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS custom-jre-stage # Setting DOCKERFILE_DATE forces a build cache refresh for the package upgrades -ENV DOCKERFILE_DATE=2026-03-16 +ENV DOCKERFILE_DATE=2026-08-24 RUN \ apt-get update -qq &&\ @@ -81,7 +81,7 @@ RUN jlink \ # ---------------------------------------------- # Base image stage # ---------------------------------------------- -FROM debian:13-slim@sha256:1d3c811171a08a5adaa4a163fbafd96b61b87aa871bbc7aa15431ac275d3d430 AS base-image-stage +FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48c7f8e94f258 AS base-image-stage ARG TIMEZONE=UTC ENV TZ=$TIMEZONE @@ -112,7 +112,7 @@ LABEL org.opencontainers.image.title="Gotenberg" \ org.opencontainers.image.source="https://github.com/gotenberg/gotenberg" # Setting DOCKERFILE_DATE forces a build cache refresh for the package upgrades -ENV DOCKERFILE_DATE=2026-03-16 +ENV DOCKERFILE_DATE=2026-08-24 RUN \ # Create a non-root user.