ci: update Playwright to v1.59.1 in CI base image
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
# Used for Gitea Actions CI workflows
|
||||
# Uses Microsoft Playwright image as base (Ubuntu-based) with Bun added
|
||||
|
||||
FROM mcr.microsoft.com/playwright:v1.58.0-jammy AS base
|
||||
FROM mcr.microsoft.com/playwright:v1.59.1-jammy AS base
|
||||
|
||||
# Install unzip (required for Bun installation) and other tools
|
||||
RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user