We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170ae63 commit 8be524cCopy full SHA for 8be524c
.nvmrc
@@ -1 +1 @@
1
-v22.14.0
+v22.16.0
Dockerfile
@@ -1,9 +1,6 @@
-ARG NODE_VERSION=22.14.0
+ARG NODE_VERSION=22.16.0
2
FROM node:${NODE_VERSION}-bookworm-slim AS base
3
# 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
7
WORKDIR /root/cf-runtime
8
9
FROM base AS build-dependencies
service.yaml
-version: 1.12.6
+version: 1.12.7
0 commit comments