From cee5657651431e8e0fb5136912560fe148cc80ab Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Wed, 1 Jul 2026 09:50:17 +0200 Subject: [PATCH] chore: bump web to v7.1.3 --- .woodpecker.env | 2 +- services/web/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.env b/.woodpecker.env index aced4fcca1..d06910130a 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=096ba683b62ab19ee7ff5dabe1225506ef50713c +WEB_COMMITID=64d2c423e298b227c13d63285e1c0cabb6b81d78 WEB_BRANCH=stable-7.1 diff --git a/services/web/Makefile b/services/web/Makefile index 3a8bd6f807..fa7198a486 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.2 +WEB_ASSETS_VERSION = v7.1.3 WEB_ASSETS_BRANCH = stable-7.1 ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI