Skip to content

Commit

Permalink
fix(docker): update base image (#3634)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed May 21, 2023
1 parent fc93349 commit 98ebc91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Download Playwright and its dependencies
FROM mcr.microsoft.com/playwright:bionic
FROM mcr.microsoft.com/playwright:focal

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

0 comments on commit 98ebc91

Please sign in to comment.