diff --git a/Dockerfile b/Dockerfile index 55019063..a17f72c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Nelson Dane # Build from the playwright image -FROM mcr.microsoft.com/playwright:v1.41.2-jammy +FROM mcr.microsoft.com/playwright:v1.42.1-jammy # Set ENV variables ENV TZ=America/New_York ENV DEBIAN_FRONTEND=noninteractive