Skip to content

Commit

Permalink
Update CI image to Rust 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Oct 14, 2024
1 parent 4cb6d40 commit ac1e308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: hulk-ci
tags: latest 1.78.0 ${{ github.sha }}
tags: latest 1.81.0 ${{ github.sha }}
containerfiles: |
tools/ci/github-runners/Containerfile
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/github-runners/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/rust:1.78.0
FROM docker.io/rust:1.81.0

RUN apt-get update && apt-get install --no-install-recommends --yes \
buildah \
Expand Down

0 comments on commit ac1e308

Please sign in to comment.