We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a10d260 + a7ed81f commit 644e0b8Copy full SHA for 644e0b8
4 files changed
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [2.3.7] - 2026-01-10
6
+
7
## [2.3.6] - 2026-01-01
8
9
## [2.3.5] - 2025-11-19
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM mcr.microsoft.com/playwright:v1.54.1-noble AS development
+FROM mcr.microsoft.com/playwright:v1.57.0-noble AS development
WORKDIR /app
COPY package*.json tsconfig*.json nest-cli.json eslint.config.mjs ./
@@ -12,7 +12,7 @@ RUN npm run test:e2e
12
RUN npm run build
13
14
15
-FROM mcr.microsoft.com/playwright:v1.54.1-noble as production
+FROM mcr.microsoft.com/playwright:v1.57.0-noble as production
16
17
ARG NODE_ENV=production
18
ENV NODE_ENV=${NODE_ENV}
0 commit comments