Skip to content

Commit 98ebc91

Browse files
authored
fix(docker): update base image (#3634)
1 parent fc93349 commit 98ebc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Playwright and its dependencies
2-
FROM mcr.microsoft.com/playwright:bionic
2+
FROM mcr.microsoft.com/playwright:focal
33

44
# Add our user and group first to make sure their IDs get assigned consistently,
55
# regardless of whatever dependencies get added.

0 commit comments

Comments
 (0)