Skip to content

Commit 55af849

Browse files
committed
Bump CI image to 1.92.0
1 parent a92d662 commit 55af849

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: redhat-actions/buildah-build@v2
2020
with:
2121
image: hulk-ci
22-
tags: latest 1.91.0 ${{ github.sha }}
22+
tags: latest 1.92.0 ${{ github.sha }}
2323
containerfiles: |
2424
tools/ci/github-runners/Containerfile
2525

tools/ci/github-runners/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/rust:1.91.0
1+
FROM docker.io/rust:1.92.0
22

33
RUN apt-get update && apt-get install --no-install-recommends --yes \
44
buildah \

0 commit comments

Comments
 (0)