Skip to content

Commit 39afbfe

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

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.19.2-alpine@sha256:d3507a213936fe4ef54760a186e113db5188472d9efdf491686bd94580a1c1e8 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.18.0-alpine@sha256:1b2479dd35a99687d6638f5976fd235e26c5b37e8122f786fcd5fe231d63de5b AS builder
22

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

29-
FROM docker.io/library/node:20.19.2-alpine@sha256:d3507a213936fe4ef54760a186e113db5188472d9efdf491686bd94580a1c1e8 AS modules-installer
29+
FROM docker.io/library/node:22.18.0-alpine@sha256:1b2479dd35a99687d6638f5976fd235e26c5b37e8122f786fcd5fe231d63de5b AS modules-installer
3030
WORKDIR /hedgedoc
3131

3232
ENV NODE_ENV=production
@@ -39,7 +39,7 @@ RUN --mount=target=/var/cache/apk,type=cache,sharing=locked \
3939

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

42-
FROM docker.io/library/node:20.19.2-alpine@sha256:d3507a213936fe4ef54760a186e113db5188472d9efdf491686bd94580a1c1e8 AS app
42+
FROM docker.io/library/node:22.18.0-alpine@sha256:1b2479dd35a99687d6638f5976fd235e26c5b37e8122f786fcd5fe231d63de5b AS app
4343

4444
LABEL org.opencontainers.image.title='HedgeDoc production image(alpine)'
4545
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.19.2-bullseye-slim@sha256:32194cd66c7ff2e1cee164bb15941d565b4b41e6dc09c9698aaefb50baa38552 AS builder
1+
FROM --platform=$BUILDPLATFORM docker.io/library/node:22.18.0-bullseye-slim@sha256:6a1fddcac8be3a4fb41fdce952468a5aad23f80d1969eb6be5df87f72d7bc114 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.19.2-bullseye-slim@sha256:32194cd66c7ff2e1cee164bb15941d565b4b41e6dc09c9698aaefb50baa38552 AS modules-installer
32+
FROM docker.io/library/node:22.18.0-bullseye-slim@sha256:6a1fddcac8be3a4fb41fdce952468a5aad23f80d1969eb6be5df87f72d7bc114 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:20.19.2-bullseye-slim@sha256:32194cd66c7ff2e1cee164bb15941d565b4b41e6dc09c9698aaefb50baa38552 AS app
48+
FROM docker.io/library/node:22.18.0-bullseye-slim@sha256:6a1fddcac8be3a4fb41fdce952468a5aad23f80d1969eb6be5df87f72d7bc114 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)