You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/01/18 17:45:20 UTC

[buildstream] 01/01: .github/common.env: Update Docker images

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 41c4bdd220ada4a1629d45d85ffb424674ae815b
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Tue Jan 18 17:53:51 2022 +0100

    .github/common.env: Update Docker images
    
    These images include buildbox-casd 0.0.55.
---
 .github/common.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/common.env b/.github/common.env
index 8284550..8ea481d 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
-CI_IMAGE_VERSION=master-443158932
+CI_IMAGE_VERSION=master-450607952
 CI_TOXENV_MAIN=py36,py37,py38-nocover,py39-nocover,py310-nocover
 CI_TOXENV_PLUGINS=py36-plugins,py37-plugins,py38-plugins-nocover,py39-plugins-nocover,py310-plugins-nocover
 CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"