Skip to content

Commit 2b2498b

Browse files
author
IK Renovate Bot
committed
chore(deps): update node.js to v22 (node/bookworm-build-container/dockerfile)
1 parent c005164 commit 2b2498b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/bookworm-build-container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# notes from https://snyk.io/blog/10-best-practices-to-containerize-nodejs-web-applications-with-docker/
33

44
# --------------> The build image
5-
FROM node:20.19.1-bookworm-slim AS build
5+
FROM node:22.16.0-bookworm-slim AS build
66
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
77

88
ARG APP_VERSION
@@ -35,7 +35,7 @@ COPY package*.json ./
3535
RUN --mount=type=secret,mode=0644,id=npmrc,target=/usr/src/app/.npmrc npm ci --only=production
3636

3737
# --------------> The production image__
38-
FROM node:20.19.1-bookworm-slim AS production
38+
FROM node:22.16.0-bookworm-slim AS production
3939

4040
ENV APP_VERSION=$APP_VERSION
4141
ENV APP_USER 999

0 commit comments

Comments
 (0)