Update docker image to 37.

This commit is contained in:
Matthieu Gautier 2023-04-18 10:34:08 +02:00
parent bfc9294318
commit 65cf449c66
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ jobs:
SSH_KEY: /tmp/id_rsa
runs-on: ubuntu-22.04
container:
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:36"
image: "ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:37"
options: "--device /dev/fuse --privileged"
steps:
- name: Checkout code