Skip to content

Commit 272dbbb

Browse files
Merge pull request #1027 from cloudkats/renovate/master-node/bookworm-major-22-docker
chore(deps): update node.js to v22 (node/bookworm/dockerfile) (master)
2 parents 0af633e + 99f712b commit 272dbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker build -t node-local .
22
# docker run --rm -it --entrypoint /bin/sh node-local
3-
FROM node:20-bookworm-slim
3+
FROM node:22-bookworm-slim
44

55
# Setting working directory. All the path will be relative to WORKDIR
66
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)