Use latest version 27 of docker base image

This commit is contained in:
Emmanuel Engelhart 2023-05-26 14:05:31 +02:00
parent d8f02ac225
commit ae605dc26d
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,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}}:37"
steps:
- name: Checkout code
uses: actions/checkout@v3