Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ARG CMAKE_VERSION=4.0.1
ARG ARCH=x86_64
ARG NINJA_VERSION=1.12.1

FROM docker.io/fedora:rawhide
FROM docker.io/fedora:rawhide@sha256:8a396124f358d2922f1b1c40aee2e7f1dd016b26b3d525d4338e7da12c1cd9a5

RUN dnf copr enable -y lecris/cmake-4.0 && dnf update -y && dnf install -y ninja-build clang lld git cmake