Skip to content

Commit 6361b48

Browse files
authored
Bump playwright test image to match version in package.json (#21097)
Bump the playwright test image to match version in package.json (so it doesn't re-download browsers setup)
1 parent f1ea6c9 commit 6361b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ steps:
554554

555555
# TODO: We should probably build all dependencies into a test image
556556
- name: test-e2e
557-
image: mcr.microsoft.com/playwright:v1.23.1-focal
557+
image: mcr.microsoft.com/playwright:v1.24.0-focal
558558
commands:
559559
- curl -sLO https://go.dev/dl/go1.18.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
560560
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea

0 commit comments

Comments
 (0)