From fb17a98cfab2b5f1a138263ca62768d56903f42e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 13:19:02 +0000 Subject: [PATCH] Update ghcr.io/code0-tech/build-images/node-playwright Docker tag to v229 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c51f7182..bbb14901 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ test: - if: $C0_UPDATE_SNAPSHOTS == null .storybook:test:base: - image: ghcr.io/code0-tech/build-images/node-playwright:211.1-node-24.8 + image: ghcr.io/code0-tech/build-images/node-playwright:229.1-node-24.8 stage: test before_script: - npm ci