From 4f18a59d4add9c9110d128111055def36de4ccc9 Mon Sep 17 00:00:00 2001 From: James Woglom Date: Sat, 2 Sep 2023 01:34:30 -0400 Subject: [PATCH] fix base image (https://github.com/microsoft/playwright/issues/13530) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51bb941..e6addaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10-slim as base +FROM python:3.10-slim-bullseye as base # The following is adapted from: # https://sourcery.ai/blog/python-docker/