diff --git a/.woodpecker.env b/.woodpecker.env index 522038ac71..12745312ab 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=44a7201d440d39f756c0d071e3b3e9a99688054d +WEB_COMMITID=8e1c4ab91644a5441736522e72f98f9118fbefe3 WEB_BRANCH=main - diff --git a/services/web/Makefile b/services/web/Makefile index 7835ac6bbe..4c6273710a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.2.0-beta.1 +WEB_ASSETS_VERSION = v7.2.0-beta.2 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI