Fix web dockerfile using wrong arch for pnpm

This commit is contained in:
Michael Telatynski
2026-07-13 08:46:30 +01:00
parent 95db7cb305
commit 707fbd960a
+1 -1
View File
@@ -2,7 +2,7 @@
# Context must be the root of the monorepo
# PNPM source
FROM ghcr.io/pnpm/pnpm:11.10.0@sha256:9a6eb06d5f861d830fe27d85a91415e60527fa45ec45b52ee43c92a8aaf3bf8a AS pnpm
FROM --platform=$BUILDPLATFORM ghcr.io/pnpm/pnpm:11.10.0@sha256:9a6eb06d5f861d830fe27d85a91415e60527fa45ec45b52ee43c92a8aaf3bf8a AS pnpm
# Builder
FROM --platform=$BUILDPLATFORM node:24-bullseye@sha256:b2f4f5e6553256d611490b757e7aa80da1faae9d264d77ac8c2ddca96ace9d68 AS builder