diff --git a/lifecycle/container/Dockerfile b/lifecycle/container/Dockerfile index b6fb16ae1a07..6c5fcf19657b 100644 --- a/lifecycle/container/Dockerfile +++ b/lifecycle/container/Dockerfile @@ -2,7 +2,7 @@ # Tag must track the root package.json `packageManager` version. ${BUILDPLATFORM} # keeps the binary's arch aligned with the builder stage on cross-arch builds. -FROM --platform=${BUILDPLATFORM} ghcr.io/pnpm/pnpm:11.22.0@sha256:eba76954b37ec1ba6187f0adb39caee1e31733194857eedd01319da0af3fa00d AS pnpm +FROM --platform=${BUILDPLATFORM} ghcr.io/pnpm/pnpm:11.23.0@sha256:f6614f68a90569f9d336f9f92ca15536a1e2f205b53391c0ee561dd0b1ddd746 AS pnpm # Stage: Build webui FROM --platform=${BUILDPLATFORM} docker.io/library/node:26-trixie-slim@sha256:4ebb5ace66f15a24c14c492e01a8beeed4fddf970a856109f5126e703e5fe503 AS node-builder