From dd345bf48f1cc667cf03a8b11bd5355a0d93301b Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Mon, 22 Jun 2026 12:53:37 +0200 Subject: [PATCH] chore: bump web to v7.1.1 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index 9a0c49fb94..a5fa3e668c 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=52b146f5356211e618ae26bfe39aed2feeec2d27 +WEB_COMMITID=cbe31176647b7e6f0c5ec75a2097072d380c7bd8 WEB_BRANCH=stable-7.1 diff --git a/services/web/Makefile b/services/web/Makefile index ad48f3d5e6..dc1624192e 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.0 +WEB_ASSETS_VERSION = v7.1.1 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI