File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# Use the manifest digest's sha256 hash to ensure we are always using the same version of the base image.
66# That version of the base image must also be baked into the CI build agent by a repo maintainer.
77# This avoids throttling issues with Docker Hub by using an image baked into the pipeline build image.
8- FROM node:20.19.0 -bookworm-slim@sha256:990084211ea3d72132f286a038bf27e0f79b8cad532ae623b090f3486490e62e AS runnerbase
8+ FROM node:22.22.2 -bookworm-slim@sha256:f3a68cf41a855d227d1b0ab832bed9749469ef38cf4f58182fb8c893bc462383 AS runnerbase
99
1010ARG SETVERSION_VERSION=dev
1111ENV SETVERSION_VERSION=$SETVERSION_VERSION
Original file line number Diff line number Diff line change 66# Use the manifest digest's sha256 hash to ensure we are always using the same version of the base image.
77# That version of the base image must also be baked into the CI build agent by a repo maintainer.
88# This avoids throttling issues with Docker Hub by using an image baked into the pipeline build image.
9- FROM node:20.19.0 -bookworm-slim@sha256:990084211ea3d72132f286a038bf27e0f79b8cad532ae623b090f3486490e62e AS runnerbase
9+ FROM node:22.22.2 -bookworm-slim@sha256:f3a68cf41a855d227d1b0ab832bed9749469ef38cf4f58182fb8c893bc462383 AS runnerbase
1010
1111ARG SETVERSION_VERSION=dev
1212ENV SETVERSION_VERSION=$SETVERSION_VERSION
Original file line number Diff line number Diff line change 66# Use the manifest digest's sha256 hash to ensure we are always using the same version of the base image.
77# That version of the base image must also be baked into the CI build agent by a repo maintainer.
88# This avoids throttling issues with Docker Hub by using an image baked into the pipeline build image.
9- FROM node:20.19.0 -bookworm-slim@sha256:990084211ea3d72132f286a038bf27e0f79b8cad532ae623b090f3486490e62e AS runnerbase
9+ FROM node:22.22.2 -bookworm-slim@sha256:f3a68cf41a855d227d1b0ab832bed9749469ef38cf4f58182fb8c893bc462383 AS runnerbase
1010
1111ARG SETVERSION_VERSION=dev
1212ENV SETVERSION_VERSION=$SETVERSION_VERSION
You can’t perform that action at this time.
0 commit comments