diff --git a/support/alpine.Dockerfile b/support/alpine.Dockerfile index f3021d0056..a7037b13f7 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.2.0-alpine3.19@sha256:e6d449575e1696cbaee6ec1adce2ac220dc138c4b7bc053379b53c68a6bd2799 as garden-base-root +FROM node:22.3.0-alpine3.19@sha256:075a5cc188c3c9a49acacd481a9e8a3c9abf4223f02c658e37fdb8e9fe2c4664 as garden-base-root RUN apk add --no-cache \ bash \ diff --git a/support/debian.Dockerfile b/support/debian.Dockerfile index c25f761fb6..ded69f3148 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:22.2.0-bookworm-slim@sha256:840079c08ec485123cf7ea506a13afea630db25606f71e6140cf8dbdf9bba552 as garden-bookworm-base-root +FROM node:22.3.0-bookworm-slim@sha256:295b31cee5e8cddb5c521b8faff5791e47894d0e39e8a4824e77b06cdfccb4a4 as garden-bookworm-base-root FROM garden-bookworm-base-root as garden-base-root # system dependencies