Skip to content

Commit 644e0b8

Browse files
committed
Merge branch 'main' of github.com:MobileTeleSystems/botview
2 parents a10d260 + a7ed81f commit 644e0b8

4 files changed

Lines changed: 409 additions & 521 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.3.7] - 2026-01-10
6+
57
## [2.3.6] - 2026-01-01
68

79
## [2.3.5] - 2025-11-19

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.54.1-noble AS development
1+
FROM mcr.microsoft.com/playwright:v1.57.0-noble AS development
22

33
WORKDIR /app
44
COPY package*.json tsconfig*.json nest-cli.json eslint.config.mjs ./
@@ -12,7 +12,7 @@ RUN npm run test:e2e
1212
RUN npm run build
1313

1414

15-
FROM mcr.microsoft.com/playwright:v1.54.1-noble as production
15+
FROM mcr.microsoft.com/playwright:v1.57.0-noble as production
1616

1717
ARG NODE_ENV=production
1818
ENV NODE_ENV=${NODE_ENV}

0 commit comments

Comments
 (0)