Skip to content

Commit 5a40ad4

Browse files
authored
Merge pull request #19 from TypeType-Video/dev
fix: align Playwright runner with dependencies
2 parents b91a2a7 + 158873d commit 5a40ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY package.json bun.lock ./
1212
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
1313
RUN bun install --frozen-lockfile --production
1414

15-
FROM mcr.microsoft.com/playwright:v1.62.1-noble AS runner
15+
FROM mcr.microsoft.com/playwright:v1.63.0-noble AS runner
1616
ARG BUILD_VERSION=1.7.0-dev
1717
ARG BUILD_REVISION=development
1818
ARG BUILD_TIME=unknown

0 commit comments

Comments
 (0)