We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1da38f commit e4128c6Copy full SHA for e4128c6
tests/docker-scripts/Dockerfile
@@ -11,7 +11,7 @@ RUN cd /tmp/web-client-ui && cp --parents ./packages/*/package.json /work/
11
# syntax=docker/dockerfile:1
12
# Dockerfile for updating the snapshots.
13
# Expects to be run from the root of the web-client-ui repo
14
-FROM mcr.microsoft.com/playwright:v1.44.0-jammy AS playwright
+FROM mcr.microsoft.com/playwright:v1.49.0-noble AS playwright
15
WORKDIR /work/
16
17
# Update packages list and install some build tools
0 commit comments