From c121a5fcfb584d5cb895eb36ddaf3cd48915e1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:36:46 +0000 Subject: [PATCH] chore(deps): bump node from `487dc5d` to `9e8f45f` in /support (#6054) --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- support/alpine.Dockerfile | 2 +- support/debian.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/support/alpine.Dockerfile b/support/alpine.Dockerfile index c88bd72212..6bdd5c466d 100644 --- a/support/alpine.Dockerfile +++ b/support/alpine.Dockerfile @@ -4,7 +4,7 @@ ARG VARIANT=root # NOTE: This is not the node version Garden itself will run in. Garden binaries have node "built in" and the version installed on the system does not matter. # The main reason we base these images off of the Node image is for Azure DevOps Support. -FROM node:22.1.0-alpine@sha256:487dc5d5122d578e13f2231aa4ac0f63068becd921099c4c677c850df93bede8 as garden-base-root +FROM node:22.2.0-alpine@sha256:9e8f45fc08c709b1fd87baeeed487977f57585f85f3838c01747602cd85a64bb as garden-base-root RUN apk add --no-cache \ bash \ diff --git a/support/debian.Dockerfile b/support/debian.Dockerfile index 38a3cc2b51..d12466fe28 100644 --- a/support/debian.Dockerfile +++ b/support/debian.Dockerfile @@ -4,7 +4,7 @@ ARG VARIANT=root # NOTE: This is not the node version Garden itself will run in. Garden binaries have node "built in" and the version installed on the system does not matter. # The main reason we base these images off of the Node image is for Azure DevOps Support. -FROM node:20.13.1-buster-slim@sha256:afff54fa9164aa0491456dae38130ac2423b06628e22e30696c8309db6302ec9 as garden-buster-base-root +FROM node:20.13.1-buster-slim@sha256:7ab273816c6bc500ddba1400d825708a5a5ed963cdc17c32d3fce70ac9a0f477 as garden-buster-base-root FROM garden-buster-base-root as garden-base-root # system dependencies