From 98ebc91235694266fbd238ebc760f083cde8e3e5 Mon Sep 17 00:00:00 2001 From: KobeNguyenT <7845001+kobenguyent@users.noreply.github.com> Date: Sun, 21 May 2023 11:48:49 +0200 Subject: [PATCH] fix(docker): update base image (#3634) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f129219c5..ec6e1b8f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.