docker frontend

This commit is contained in:
Ildar Kamalov
2025-02-03 19:47:05 +03:00
parent b3c05abbdb
commit 280c1ab830
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
'key': 'AHBRTSPECS'
'name': 'AdGuard Home - Build and run tests'
'variables':
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerFrontend': 'adguard/home-js-builder:2.0-bullseye'
'dockerGo': 'adguard/go-builder:1.23.5--1'
'channel': 'development'
@@ -243,6 +243,6 @@
# Set the default release channel on the release branch to beta, as we
# may need to build a few of these.
'variables':
'dockerFrontend': 'adguard/home-js-builder:2.0'
'dockerFrontend': 'adguard/home-js-builder:2.0-bullseye'
'dockerGo': 'adguard/go-builder:1.23.5--1'
'channel': 'candidate'