Skip to content

Commit

Permalink
Use latest image for CI base container
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Jul 24, 2023
1 parent 69843d7 commit 410f8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
HOME: /home/runner
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}}:38"
steps:
- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 410f8d2

Please sign in to comment.