Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#1635)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v22

* bumped to alpine 20 too

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
renovate[bot] and CommanderStorm authored Oct 29, 2024
1 parent 83ca659 commit 166ea89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webclient/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM node:21-alpine3.19 AS build-stage
FROM node:22-alpine3.20 AS build-stage
WORKDIR /app
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand All @@ -26,7 +26,7 @@ COPY app app
RUN pnpm run build


FROM node:21-alpine3.19 AS production-stage
FROM node:22-alpine3.20 AS production-stage
RUN apk update --no-progress --quiet && \
apk add --no-cache --no-progress --quiet curl

Expand Down

0 comments on commit 166ea89

Please sign in to comment.