From fde48fd57b899e030125948aad4ef068db0861a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 07:24:18 +0200 Subject: [PATCH] build(deps): bump node in /.conf in the dependencies group (#1256) Bumps the dependencies group in /.conf with 1 update: node. Updates `node` from 22-alpine to 23-alpine --- updated-dependencies: - dependency-name: node dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .conf/Dockerfile.full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conf/Dockerfile.full b/.conf/Dockerfile.full index abf570fcb..98a95091e 100644 --- a/.conf/Dockerfile.full +++ b/.conf/Dockerfile.full @@ -25,7 +25,7 @@ # # Step 1 -FROM node:22-alpine as build-step +FROM node:23-alpine as build-step ARG http_proxy=$http_proxy ARG https_proxy=$https_proxy ARG no_proxy=$no_proxy