This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/buildbox in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 818bba82984700d13bbb93a7ac9a434f3a84065a Author: Jürg Billeter <[email protected]> AuthorDate: Thu Mar 10 07:51:30 2022 +0100 .github/common.env: Update Docker images These images include buildbox-common and buildbox-casd 0.0.58. --- .github/common.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/common.env b/.github/common.env index daaedd8..c9e44b1 100644 --- a/.github/common.env +++ b/.github/common.env @@ -1,6 +1,6 @@ # Shared common variables -CI_IMAGE_VERSION=master-450607952 +CI_IMAGE_VERSION=master-488745436 CI_TOXENV_MAIN=py37,py38-nocover,py39-nocover,py310-nocover CI_TOXENV_PLUGINS=py37-plugins,py38-plugins-nocover,py39-plugins-nocover,py310-plugins-nocover CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"
