Skip to content

Commit b364a02

Browse files
committed
use newest compiler
1 parent 0b5031c commit b364a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
2828
&& chmod 755 installer-all \
2929
&& ./installer-all /usr no \
3030
\
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"
31+
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/17.0.6.0/mulle-clang-17.0.6.0-bookworm-amd64.deb" \
32+
&& dpkg --install "mulle-clang-17.0.6.0-bookworm-amd64.deb"
3333

0 commit comments

Comments
 (0)