Skip to content

Commit 187e2cb

Browse files
authored
security: updated node version (#154)
1 parent 1299a33 commit 187e2cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.18.0
1+
ARG NODE_VERSION=22.20.0
22
FROM node:${NODE_VERSION}-bookworm-slim AS base
33
# that workdir MUST NOT be changed because of backward compatibility with the engine <= 1.177.7
44
WORKDIR /root/cf-runtime

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 1.13.1
1+
version: 1.13.2

0 commit comments

Comments
 (0)