Skip to content

Commit

Permalink
Update Dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 5, 2024
1 parent a1da38f commit e4128c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN cd /tmp/web-client-ui && cp --parents ./packages/*/package.json /work/
# syntax=docker/dockerfile:1
# Dockerfile for updating the snapshots.
# Expects to be run from the root of the web-client-ui repo
FROM mcr.microsoft.com/playwright:v1.44.0-jammy AS playwright
FROM mcr.microsoft.com/playwright:v1.49.0-noble AS playwright
WORKDIR /work/

# Update packages list and install some build tools
Expand Down

0 comments on commit e4128c6

Please sign in to comment.