From 9eeaa853a7c635bc6efa157b3dc8e2428534c68a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:16:43 +0000 Subject: [PATCH] build(deps): bump node in /.conf in the dependencies group Bumps the dependencies group in /.conf with 1 update: node. Updates `node` from 21-alpine to 22-alpine --- updated-dependencies: - dependency-name: node dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .conf/Dockerfile.full | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conf/Dockerfile.full b/.conf/Dockerfile.full index e4c6022f..36b9e622 100644 --- a/.conf/Dockerfile.full +++ b/.conf/Dockerfile.full @@ -22,7 +22,7 @@ # # Step 1 -FROM node:21-alpine as build-step +FROM node:22-alpine as build-step ARG http_proxy=$http_proxy ARG https_proxy=$https_proxy ARG no_proxy=$no_proxy