Skip to content

Commit

Permalink
use newer compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 23, 2024
1 parent 92420ed commit 84e8d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& chmod 755 installer-all \
&& ./installer-all /usr no \
\
&& wget "https://github.com/mulle-cc/mulle-clang-project/releases/download/14.0.6.2/mulle-clang-14.0.6.2-bullseye-amd64.deb" \
&& 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"

0 comments on commit 84e8d14

Please sign in to comment.