diff --git a/debian/Dockerfile b/debian/Dockerfile index aa6e8c24..8ade9c1e 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/library/node:24.17.0-bullseye-slim@sha256:f0025a955ae20d6fb94db3db2d88f3851183bacc0b77690502a6a3ccb1aaea56 AS builder +FROM --platform=$BUILDPLATFORM docker.io/library/node:24.17.0-bullseye-slim@sha256:161b226c359b4440e6f4b63a5c4523b794ac09f5ff33e80a7af976a9f5caabd1 AS builder # Build arguments to change source url, branch or tag ARG CODIMD_REPOSITORY @@ -29,7 +29,7 @@ WORKDIR /hedgedoc RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn install --immutable RUN yarn run build -FROM docker.io/library/node:24.17.0-bullseye-slim@sha256:f0025a955ae20d6fb94db3db2d88f3851183bacc0b77690502a6a3ccb1aaea56 AS modules-installer +FROM docker.io/library/node:24.17.0-bullseye-slim@sha256:161b226c359b4440e6f4b63a5c4523b794ac09f5ff33e80a7af976a9f5caabd1 AS modules-installer WORKDIR /hedgedoc ENV NODE_ENV=production @@ -45,7 +45,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \ RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn workspaces focus --production -FROM docker.io/library/node:24.17.0-bullseye-slim@sha256:f0025a955ae20d6fb94db3db2d88f3851183bacc0b77690502a6a3ccb1aaea56 AS app +FROM docker.io/library/node:24.17.0-bullseye-slim@sha256:161b226c359b4440e6f4b63a5c4523b794ac09f5ff33e80a7af976a9f5caabd1 AS app LABEL org.opencontainers.image.title='HedgeDoc production image(debian)' LABEL org.opencontainers.image.url='https://hedgedoc.org'