Skip to content

Commit 8aa5710

Browse files
ChumpChiefclaude
andcommitted
Update server Dockerfiles to Node 22.22.2
Updates the base image in routerlicious, historian, and gitrest Dockerfiles from node:20.19.0-bookworm-slim to node:22.22.2-bookworm-slim with pinned sha256 digest. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 06dd622 commit 8aa5710

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

server/gitrest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
ARG SETVERSION_VERSION=dev
1111
ENV SETVERSION_VERSION=$SETVERSION_VERSION

server/historian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1111
ARG SETVERSION_VERSION=dev
1212
ENV SETVERSION_VERSION=$SETVERSION_VERSION

server/routerlicious/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

1111
ARG SETVERSION_VERSION=dev
1212
ENV SETVERSION_VERSION=$SETVERSION_VERSION

0 commit comments

Comments
 (0)