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 dcc405d commit 16fd122Copy full SHA for 16fd122
earthly/playwright/Earthfile
@@ -3,7 +3,7 @@ VERSION 0.8
3
SETUP:
4
FUNCTION
5
ARG workdir
6
- FROM mcr.microsoft.com/playwright:v1.45.2-jammy
+ FROM mcr.microsoft.com/playwright:v1.48.0-jammy
7
WORKDIR $workdir
8
9
RUN apt-get update && apt-get install -y \
0 commit comments