Skip to content

Commit 2b832ee

Browse files
chore(deps): update node.js to 524183d
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e455803 commit 2b832ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debian/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.17.0-bullseye-slim@sha256:1ae8f0e420a098d667fc023e0e68c5409e215bb805e2cf2fd52e17eac0924fb0 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.17.0-bullseye-slim@sha256:524183da0d3d73c4ea69a5a42a0a8d2db116442d956a72e064cefcbae6d31ef8 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:20.17.0-bullseye-slim@sha256:1ae8f0e420a098d667fc023e0e68c5409e215bb805e2cf2fd52e17eac0924fb0 AS modules-installer
32+
FROM docker.io/library/node:20.17.0-bullseye-slim@sha256:524183da0d3d73c4ea69a5a42a0a8d2db116442d956a72e064cefcbae6d31ef8 AS modules-installer
3333
WORKDIR /hedgedoc
3434

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

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

47-
FROM docker.io/library/node:20.17.0-bullseye-slim@sha256:1ae8f0e420a098d667fc023e0e68c5409e215bb805e2cf2fd52e17eac0924fb0 AS app
47+
FROM docker.io/library/node:20.17.0-bullseye-slim@sha256:524183da0d3d73c4ea69a5a42a0a8d2db116442d956a72e064cefcbae6d31ef8 AS app
4848

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

0 commit comments

Comments
 (0)