There was an error while loading. Please reload this page.
2 parents b91a2a7 + 158873d commit 5a40ad4Copy full SHA for 5a40ad4
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ COPY package.json bun.lock ./
12
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
13
RUN bun install --frozen-lockfile --production
14
15
-FROM mcr.microsoft.com/playwright:v1.62.1-noble AS runner
+FROM mcr.microsoft.com/playwright:v1.63.0-noble AS runner
16
ARG BUILD_VERSION=1.7.0-dev
17
ARG BUILD_REVISION=development
18
ARG BUILD_TIME=unknown
0 commit comments