diff --git a/support/alpine.Dockerfile b/support/alpine.Dockerfile index 43a49439e5..ad38f55a15 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.9.0-alpine@sha256:c9bb43423a6229aeddf3d16ae6aaa0ff71a0b2951ce18ec8fedb6f5d766cf286 as garden-base-root +FROM node:23.1.0-alpine@sha256:1467ea23cce893347696b155b9e00e7f0ac7d21555eb6f27236f1328212e045e as garden-base-root RUN apk add --no-cache \ bash \ diff --git a/support/debian.Dockerfile b/support/debian.Dockerfile index 8e201de443..c3b5cf7329 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.9.0-bookworm-slim@sha256:6e6df5c992a4b2ca100d9f99f2fff6e1bc7a978c60c39630a2390adbbc7b332b as garden-bookworm-base-root +FROM node:23.1.0-bookworm-slim@sha256:64269df7ff9275757982994f6ee37268367d924f5f9086b5b0ed2e81e7c2ff20 as garden-bookworm-base-root FROM garden-bookworm-base-root as garden-base-root # system dependencies