Skip to content

Commit 302c6fe

Browse files
chore(deps): update node.js to 06dcbf0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7922e6f commit 302c6fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

debian/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/library/node:24.11.1-bullseye-slim@sha256:19db2806db9239702b0b1d8da1a84ac3b25a8e13f89b3ca61756faf7dd6b93f4 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:24.11.1-bullseye-slim@sha256:06dcbf086e70cc62e746f4a3e7617a5bc14e6e2f78cb86ad9e4baaf5aee4fa74 AS builder
22

33
# Build arguments to change source url, branch or tag
44
ARG CODIMD_REPOSITORY
@@ -29,7 +29,7 @@ WORKDIR /hedgedoc
2929
RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn install --immutable
3030
RUN yarn run build
3131

32-
FROM docker.io/library/node:24.11.1-bullseye-slim@sha256:19db2806db9239702b0b1d8da1a84ac3b25a8e13f89b3ca61756faf7dd6b93f4 AS modules-installer
32+
FROM docker.io/library/node:24.11.1-bullseye-slim@sha256:06dcbf086e70cc62e746f4a3e7617a5bc14e6e2f78cb86ad9e4baaf5aee4fa74 AS modules-installer
3333
WORKDIR /hedgedoc
3434

3535
ENV NODE_ENV=production
@@ -45,7 +45,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
4545

4646
RUN --mount=type=cache,sharing=locked,target=/tmp/.yarn yarn workspaces focus --production
4747

48-
FROM docker.io/library/node:24.11.1-bullseye-slim@sha256:19db2806db9239702b0b1d8da1a84ac3b25a8e13f89b3ca61756faf7dd6b93f4 AS app
48+
FROM docker.io/library/node:24.11.1-bullseye-slim@sha256:06dcbf086e70cc62e746f4a3e7617a5bc14e6e2f78cb86ad9e4baaf5aee4fa74 AS app
4949

5050
LABEL org.opencontainers.image.title='HedgeDoc production image(debian)'
5151
LABEL org.opencontainers.image.url='https://hedgedoc.org'

0 commit comments

Comments
 (0)