chore: Update mcr.microsoft.com/playwright Docker tag to v1.61.1 #78
@@ -1,5 +1,5 @@
|
||||
# CICD Base Setup - System dependencies and language runtimes only
|
||||
ARG PLAYWRIGHT_BROWSERS_IMAGE=mcr.microsoft.com/playwright:v1.56.1-jammy
|
||||
ARG PLAYWRIGHT_BROWSERS_IMAGE=mcr.microsoft.com/playwright:v1.61.1-jammy
|
||||
FROM ${PLAYWRIGHT_BROWSERS_IMAGE} AS playwright-browsers
|
||||
|
||||
FROM ubuntu:22.04
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright:v1.56.1-jammy
|
||||
ARG PLAYWRIGHT_BASE_IMAGE=mcr.microsoft.com/playwright:v1.61.1-jammy
|
||||
FROM ${PLAYWRIGHT_BASE_IMAGE}
|
||||
|
||||
WORKDIR /workspace/frontend
|
||||
|
||||
Reference in New Issue
Block a user