From 618707e63857d15779afee50ef779bc4b3e91eb4 Mon Sep 17 00:00:00 2001 From: alinashklyar Date: Thu, 25 Sep 2025 17:10:33 +0300 Subject: [PATCH] security: updated node version --- Dockerfile | 2 +- service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3d63fa8..8f0fcdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=22.18.0 +ARG NODE_VERSION=22.20.0 FROM node:${NODE_VERSION}-bookworm-slim AS base # that workdir MUST NOT be changed because of backward compatibility with the engine <= 1.177.7 WORKDIR /root/cf-runtime diff --git a/service.yaml b/service.yaml index c546f1e..0ebb477 100644 --- a/service.yaml +++ b/service.yaml @@ -1 +1 @@ -version: 1.13.1 +version: 1.13.2