diff --git a/.ci/images/Dockerfile b/.ci/images/Dockerfile index 07c505f35f..672f558858 100644 --- a/.ci/images/Dockerfile +++ b/.ci/images/Dockerfile @@ -1,7 +1,7 @@ # Base image from Microsoft Playwright (multi-arch: amd64 + arm64) # Playwright v1.61.1-noble includes Node 24.14.1 # Pinned to manifest list digest to support both platforms -FROM mcr.microsoft.com/playwright:v1.61.1-noble@sha256:5b8f294aff9041b7191c34a4bab3ac270157a28774d4b0660e9743297b697e48 +FROM mcr.microsoft.com/playwright:v1.62.1-noble@sha256:dcc5531e97840b9b5e794f2814476b21571c5124a3fca2267d73041f56e7580e # Automatically set by buildx/podman based on --platform (amd64 or arm64) ARG TARGETARCH