Skip to content

Commit e39f0c8

Browse files
chore(deps): bump playwright from v1.57.0-noble to v1.58.0-noble (#15)
Bumps playwright from v1.57.0-noble to v1.58.0-noble. --- updated-dependencies: - dependency-name: playwright dependency-version: v1.58.0-noble dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc6d1f1 commit e39f0c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.57.0-noble AS development
1+
FROM mcr.microsoft.com/playwright:v1.58.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.57.0-noble as production
15+
FROM mcr.microsoft.com/playwright:v1.58.0-noble as production
1616

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

0 commit comments

Comments
 (0)