Skip to content

Commit 0008089

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

alpine/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-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372 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.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS modules-installer
30+
FROM docker.io/library/node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372 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.17.0-alpine@sha256:2d07db07a2df6830718ae2a47db6fedce6745f5bcd174c398f2acdda90a11c03 AS app
44+
FROM docker.io/library/node:20.18.1-alpine@sha256:24fb6aa7020d9a20b00d6da6d1714187c45ed00d1eb4adb01395843c338b9372 AS app
4545

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

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.18.1-bullseye-slim@sha256:ca5733c48519d74e02934ea1bb00f318ec6675affaed4498df2eccba45362049 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.18.1-bullseye-slim@sha256:ca5733c48519d74e02934ea1bb00f318ec6675affaed4498df2eccba45362049 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.18.1-bullseye-slim@sha256:ca5733c48519d74e02934ea1bb00f318ec6675affaed4498df2eccba45362049 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)