Skip to content

Commit 938cc32

Browse files
chore(deps): update node.js to v20.19.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 891390e commit 938cc32

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

alpine/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:20.18.3-alpine@sha256:053c1d99e608fe9fa0db6821edd84276277c0a663cd181f4a3e59ee20f5f07ea AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.19.0-alpine@sha256:8bda036ddd59ea51a23bc1a1035d3b5c614e72c01366d989f4120e8adca196d4 AS builder
22

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

30-
FROM docker.io/library/node:20.18.3-alpine@sha256:053c1d99e608fe9fa0db6821edd84276277c0a663cd181f4a3e59ee20f5f07ea AS modules-installer
30+
FROM docker.io/library/node:20.19.0-alpine@sha256:8bda036ddd59ea51a23bc1a1035d3b5c614e72c01366d989f4120e8adca196d4 AS modules-installer
3131
WORKDIR /hedgedoc
3232

3333
ENV NODE_ENV=production
@@ -41,7 +41,7 @@ RUN --mount=target=/var/cache/apk,type=cache,sharing=locked \
4141

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

44-
FROM docker.io/library/node:20.18.3-alpine@sha256:053c1d99e608fe9fa0db6821edd84276277c0a663cd181f4a3e59ee20f5f07ea AS app
44+
FROM docker.io/library/node:20.19.0-alpine@sha256:8bda036ddd59ea51a23bc1a1035d3b5c614e72c01366d989f4120e8adca196d4 AS app
4545

4646
LABEL org.opencontainers.image.title='HedgeDoc production image(alpine)'
4747
LABEL org.opencontainers.image.url='https://hedgedoc.org'

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:20.18.3-bullseye-slim@sha256:ff1af7dba3f74e9589f18f147d4cd144856621c75f12aaa3fc464a7084dd847a AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.19.0-bullseye-slim@sha256:77ac9686fca076d895112c5ebbdf938257b5cb309214b90842f30be4ddd51dc7 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.18.3-bullseye-slim@sha256:ff1af7dba3f74e9589f18f147d4cd144856621c75f12aaa3fc464a7084dd847a AS modules-installer
32+
FROM docker.io/library/node:20.19.0-bullseye-slim@sha256:77ac9686fca076d895112c5ebbdf938257b5cb309214b90842f30be4ddd51dc7 AS modules-installer
3333
WORKDIR /hedgedoc
3434

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

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

49-
FROM docker.io/library/node:20.18.3-bullseye-slim@sha256:ff1af7dba3f74e9589f18f147d4cd144856621c75f12aaa3fc464a7084dd847a AS app
49+
FROM docker.io/library/node:20.19.0-bullseye-slim@sha256:77ac9686fca076d895112c5ebbdf938257b5cb309214b90842f30be4ddd51dc7 AS app
5050

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

0 commit comments

Comments
 (0)