Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/images/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading