Skip to content

Commit

Permalink
prefix with docker.io (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma authored Oct 2, 2024
1 parent 0342b0f commit 285368a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ci/github-runners/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM rust:1.78.0
FROM docker.io/rust:1.78.0

RUN apt-get update && apt-get install --no-install-recommends --yes \
buildah \
clang \
cmake \
git-lfs \
Expand Down

0 comments on commit 285368a

Please sign in to comment.