Skip to content
Snippets Groups Projects
Commit 1c2886e4 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: align playwright docker versions with npm package

parent c762edf3
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ test-vitest: ...@@ -183,7 +183,7 @@ test-vitest:
test: test:
extends: .aura-runtime extends: .aura-runtime
stage: test stage: test
image: mcr.microsoft.com/playwright:v1.39.0-focal image: mcr.microsoft.com/playwright:v1.41.1-focal
before_script: before_script:
- apt update -y && apt install -y make wait-for-it - apt update -y && apt install -y make wait-for-it
- make build - make build
......
FROM mcr.microsoft.com/playwright:v1.39.0-focal FROM mcr.microsoft.com/playwright:v1.41.1-focal
RUN apt update -y && \ RUN apt update -y && \
apt install -y make wait-for-it && \ apt install -y make wait-for-it && \
apt-get clean -y apt-get clean -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment