From 7798151d59091936735942509e7241fb04464ba0 Mon Sep 17 00:00:00 2001 From: Robin Mehner Date: Fri, 16 Jun 2023 21:04:20 +0200 Subject: [PATCH] Update to Playwright 1.35.1 --- .changeset/dry-donuts-rescue.md | 5 +++++ Dockerfile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/dry-donuts-rescue.md diff --git a/.changeset/dry-donuts-rescue.md b/.changeset/dry-donuts-rescue.md new file mode 100644 index 0000000..2bfca6d --- /dev/null +++ b/.changeset/dry-donuts-rescue.md @@ -0,0 +1,5 @@ +--- +"bits-to-dead-trees": patch +--- + +Update to Playwright 1.35.1 diff --git a/Dockerfile b/Dockerfile index 3b73aef..537baac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright:v1.35.0 +FROM mcr.microsoft.com/playwright:v1.35.1 ENV NODE_ENV=production ENV SERVER_PORT=8000