Skip to content
Merged
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
6 changes: 3 additions & 3 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ FROM debian:13-slim@sha256:3a39a0592364683e6bab97937b72cad5a8fa6dcbbee90edb3bb48
ARG TIMEZONE=UTC
ENV TZ=$TIMEZONE

# Setting DOCKERFILE_DATE forces a build cache refresh for the package upgrades
ENV DOCKERFILE_DATE=2026-08-24

COPY --from=custom-jre-stage /custom-jre /opt/java

ENV PATH="/opt/java/bin:${PATH}"
Expand All @@ -111,9 +114,6 @@ LABEL org.opencontainers.image.title="Gotenberg" \
org.opencontainers.image.documentation="https://gotenberg.dev" \
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-08-24

RUN \
# Create a non-root user.
# All processes in the Docker container will run with this dedicated user.
Expand Down
Loading