diff --git a/core/Dockerfile b/core/Dockerfile index 3612702e82..a181ee3a98 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -1,5 +1,5 @@ # Get Playwright -FROM mcr.microsoft.com/playwright:v1.51.0 +FROM mcr.microsoft.com/playwright:v1.51.1 # Set the working directory WORKDIR /ionic