Skip to content

Commit

Permalink
chore(deps): update node.js to v22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 1, 2024
1 parent 7734aff commit f8f2cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/nodejs/docker-node/blob/main/docs/BestPractices.md
# TODO because multiarch build has problems with QEMU and Node we cannot use alpine here: https://github.com/nodejs/docker-node/issues/1798
FROM node:22.10.0-slim AS base
FROM node:22.11.0-slim AS base
WORKDIR /app

ENV PNPM_HOME="/opt/pnpm"
Expand Down Expand Up @@ -36,7 +36,7 @@ ENV SECRETS_LOCATION=/app/config/secrets.yml
CMD [ "pnpm", "start" ]

# https://github.com/evanw/esbuild/issues/1921
FROM node:22.10.0-alpine AS prod
FROM node:22.11.0-alpine AS prod
WORKDIR /app

RUN apk add --no-cache libstdc++ dumb-init git
Expand Down

0 comments on commit f8f2cd8

Please sign in to comment.