You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by xj...@apache.org on 2022/01/15 06:38:39 UTC

[mnemonic] branch master updated: MNEMONIC-714: Update CI build image to include hiredis lib dependency

This is an automated email from the ASF dual-hosted git repository.

xjiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 4354249  MNEMONIC-714: Update CI build image to include hiredis lib dependency
4354249 is described below

commit 43542490e40e7eefcbf1e0764fff217947ceaa8b
Author: Yanhui Zhao <yz...@apache.org>
AuthorDate: Thu Jan 13 04:19:52 2022 +0000

    MNEMONIC-714: Update CI build image to include hiredis lib dependency
---
 .github/workflows/docker_ubuntu.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docker_ubuntu.yml b/.github/workflows/docker_ubuntu.yml
index 33fe303..bf9a0e7 100644
--- a/.github/workflows/docker_ubuntu.yml
+++ b/.github/workflows/docker_ubuntu.yml
@@ -21,7 +21,7 @@ jobs:
   build-and-deploy:
     runs-on: ubuntu-latest
     container:
-      image: mnemonic/mneci:v5
+      image: mnemonic/mneci:v6
       env:
         MNE_MODE: development
     steps: