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