diff --git a/.woodpecker.env b/.woodpecker.env index d21c88b75..5b708a062 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=636c9d41f100901c4f75509b3269dffaa94d8004 +WEB_COMMITID=1abc9f6c9bf8b5fe6c8e9cb8418dab7911edaec7 WEB_BRANCH=main diff --git a/services/web/Makefile b/services/web/Makefile index 0f0d5b1e2..a30b85f5a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v3.3.0 +WEB_ASSETS_VERSION = v4.0.0 WEB_ASSETS_BRANCH = main ifneq (, $(shell command -v go 2> /dev/null)) # suppress `command not found warnings` for non go targets in CI