Skip to content

Commit e4128c6

Browse files
committed
Update Dockerfile version
1 parent a1da38f commit e4128c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker-scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cd /tmp/web-client-ui && cp --parents ./packages/*/package.json /work/
1111
# syntax=docker/dockerfile:1
1212
# Dockerfile for updating the snapshots.
1313
# 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
14+
FROM mcr.microsoft.com/playwright:v1.49.0-noble AS playwright
1515
WORKDIR /work/
1616

1717
# Update packages list and install some build tools

0 commit comments

Comments
 (0)