Fix clang version on centos-stream9 (#4246)
Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
parent
2455713b81
commit
9ea47c5f24
|
|
@ -1,4 +1,4 @@
|
|||
FROM quay.io/centos/centos:stream9@sha256:33c9c17ac9f78e6569e44aa09f04db043da27dd9cfc119fe075b1804a30b34df
|
||||
FROM quay.io/centos/centos:stream9@sha256:4c755d11df35a63dc8dc0155cfa00713040b76bb8737ac60e608c7111e1de589
|
||||
|
||||
# Install dotnet sdk
|
||||
RUN dnf install -y \
|
||||
|
|
@ -20,7 +20,7 @@ RUN update-crypto-policies --set LEGACY
|
|||
# Install dependencies
|
||||
RUN dnf install -y \
|
||||
cmake-3.26.5-2.el9 \
|
||||
clang-18.1.8-3.el9 \
|
||||
clang-20.1.3-1.el9 \
|
||||
git-2.43.5-1.el9
|
||||
|
||||
WORKDIR /project
|
||||
WORKDIR /project
|
||||
|
|
|
|||
Loading…
Reference in New Issue