Use latest version of compilation container image

This commit is contained in:
Emmanuel Engelhart 2023-07-03 06:24:56 +02:00
parent 2f4a6313fd
commit 8f6de45e3b
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -17,7 +17,7 @@ jobs:
HOME: /home/runner
runs-on: ubuntu-latest
container:
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:38
steps:
- name: Extract branch name
shell: bash