Skip to content

Commit

Permalink
bump version of clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerzinn committed Mar 25, 2024
1 parent bc5a0f6 commit 1d7b921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ USER ${UNAME}
WORKDIR /home/${UNAME}
ENV BUILD_DIR=${BUILD_DIR}

RUN pip3 install compdb pre-commit cpplint "clang-format>=12.0.1,<17.0.0"
RUN pip3 install compdb pre-commit cpplint "clang-format>=14.0.0,<17.0.0"

RUN echo "PATH=/home/${UNAME}/.local/bin/:\$PATH" >> /home/${UNAME}/.zshenv

Expand Down

0 comments on commit 1d7b921

Please sign in to comment.