We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5031c commit b364a02Copy full SHA for b364a02
Dockerfile
@@ -28,6 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
28
&& chmod 755 installer-all \
29
&& ./installer-all /usr no \
30
\
31
- && wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb" \
32
- && dpkg --install "mulle-clang-14.0.6.2-bullseye-amd64.deb"
+ && wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb" \
+ && dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
33
0 commit comments