linux-fresh: Locked Clang version to 18.x

This commit is contained in:
OpenSauce04 2024-04-15 21:32:32 +01:00
parent 3f6445c938
commit 9f04824e9e

View File

@ -10,7 +10,7 @@ RUN apt-get install -y \
# Tools # Tools
build-essential \ build-essential \
ccache \ ccache \
clang \ clang-18 \
clang-format-18 \ clang-format-18 \
cmake \ cmake \
curl \ curl \