diff --git a/.woodpecker.env b/.woodpecker.env index a5fa3e668c..aced4fcca1 100644 --- a/.woodpecker.env +++ b/.woodpecker.env @@ -1,4 +1,4 @@ # The test runner source for UI tests -WEB_COMMITID=cbe31176647b7e6f0c5ec75a2097072d380c7bd8 +WEB_COMMITID=096ba683b62ab19ee7ff5dabe1225506ef50713c WEB_BRANCH=stable-7.1 diff --git a/services/web/Makefile b/services/web/Makefile index dc1624192e..3a8bd6f807 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,7 +1,7 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v7.1.1 -WEB_ASSETS_BRANCH = main +WEB_ASSETS_VERSION = v7.1.2 +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 include ../../.bingo/Variables.mk