Skip to content

Commit

Permalink
Dockerfile.clang-format: upgrade to clang-format-18
Browse files Browse the repository at this point in the history
Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Aug 16, 2024
1 parent 0d5373c commit b97f5b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.clang-format
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM docker.io/library/ubuntu:22.04@sha256:0bced47fffa3361afa981854fcabcd4577cd43cebbb808cea2b1f33a3dd7f508
FROM docker.io/library/ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30

RUN apt-get -y update
RUN apt-get -y install clang-format-14
RUN ln -s /bin/clang-format-14 /bin/clang-format
RUN apt-get -y install clang-format-18
RUN ln -s /bin/clang-format-18 /bin/clang-format

USER 1000
WORKDIR /tetragon
Expand Down

0 comments on commit b97f5b3

Please sign in to comment.