Skip to content

Commit 4871ee0

Browse files
committed
docker file node version bump
1 parent 71c80e7 commit 4871ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=22.14.0-bookworm-slim
1+
ARG NODE_VERSION=22.15.0-bookworm-slim
22

33
# Use separate builder to retrieve & build node modules
44
FROM node:${NODE_VERSION} AS builder

0 commit comments

Comments
 (0)