Merge pull request #706 from kiwix/latest-kiwix-build-image

Use kiwix/kiwix-build_ci:bionic-31 in CI
This commit is contained in:
Kelson 2021-10-19 05:07:18 +02:00 committed by GitHub
commit c65bb5042c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
HOME: /home/runner
runs-on: ubuntu-latest
container:
image: kiwix/kiwix-build_ci:bionic-26
image: kiwix/kiwix-build_ci:bionic-31
steps:
- name: Extract branch name
shell: bash