diff --git a/.drone.env b/.drone.env index 47be138be2f..02fb93a17ac 100644 --- a/.drone.env +++ b/.drone.env @@ -1,3 +1,3 @@ # The test runner source for UI tests -WEB_COMMITID=1322e5b46c827d0e7f7b8f563f302e61269f8515 +WEB_COMMITID=a5b442ff9db3e9317cf163c6e2158e073ceb909d WEB_BRANCH=master diff --git a/services/web/Makefile b/services/web/Makefile index 142ed1e5acb..527db168579 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v8.0.0-alpha.2 +WEB_ASSETS_VERSION = v8.0.0-alpha.3 include ../../.make/recursion.mk