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