diff --git a/support/alpine.Dockerfile b/support/alpine.Dockerfile index d6666abf2a..f1ceea37e5 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:23.3.0-alpine@sha256:d03e75e7ba1385c2944f4cc374eb5abe0715234f87da5121dbd64f7262ad10df as garden-base-root +FROM node:23.3.0-alpine@sha256:3e58d4a77778684d17ab30ba8192515bd8078083df29a2d90fe7481f78f30093 as garden-base-root RUN apk add --no-cache \ bash \ diff --git a/support/debian.Dockerfile b/support/debian.Dockerfile index 33f163089a..30721eb5db 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:23.3.0-bookworm-slim@sha256:a612c124cf719af9f037f0b9c40dd0511b8fe23d4fc330202c6a6462f2afb8ef as garden-bookworm-base-root +FROM node:23.3.0-bookworm-slim@sha256:8b30809f66a6ea8896b9a5d004b4fe2cc0e8061d981d3784fb0e80a19b86ab9d as garden-bookworm-base-root FROM garden-bookworm-base-root as garden-base-root # system dependencies