Skip to content

Commit

Permalink
Switch Dockerfile to clang-format-17
Browse files Browse the repository at this point in the history
Switch Dockerfile to clang-format-17
  • Loading branch information
mosfet80 authored Oct 13, 2024
1 parent 865ad36 commit bbe051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/ci-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN \
# Some basic requirements
wget git sudo curl \
# Preferred build tools
clang clang-format-14 clang-tidy clang-tools \
clang clang-format-17 clang-tidy clang-tools \
ccache \
ros-"$ROS_DISTRO"-ros-base && \
#
Expand Down

0 comments on commit bbe051b

Please sign in to comment.