From 451d0da0ceeace127b656b620abee49467472c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:12:01 +0000 Subject: [PATCH] chore(deps): update node.js to v22 --- example-plugin/build/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-plugin/build/app/Dockerfile b/example-plugin/build/app/Dockerfile index 9972c7f3..8be60bff 100644 --- a/example-plugin/build/app/Dockerfile +++ b/example-plugin/build/app/Dockerfile @@ -4,7 +4,7 @@ FROM alpine/git:2.45.2 AS git RUN git clone https://github.com/cloudoperators/greenhouse.git /greenhouse -FROM node:20.13-alpine3.18 AS node +FROM node:22.2-alpine3.18 AS node LABEL source_repository="https://github.com/cloudoperators/greenhouse" WORKDIR /app COPY ./secretProps.json /app