Skip to content

Commit 8be524c

Browse files
updated node.js
1 parent 170ae63 commit 8be524c

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.14.0
1+
v22.16.0

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
ARG NODE_VERSION=22.14.0
1+
ARG NODE_VERSION=22.16.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
4-
# Security items. We can remove it if it don't increase vulnerabilities
5-
RUN apt update && \
6-
apt reinstall passwd systemd libcap2 perl -y
74
WORKDIR /root/cf-runtime
85

96
FROM base AS build-dependencies

service.yaml

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

0 commit comments

Comments
 (0)