diff --git a/.gitlab/pipeline/lint-code.yml b/.gitlab/pipeline/lint-code.yml index e4d19b2c..835dd7a0 100644 --- a/.gitlab/pipeline/lint-code.yml +++ b/.gitlab/pipeline/lint-code.yml @@ -6,7 +6,7 @@ clang-format: stage: lint image: - name: mikedld/clang-format:13-alpine + name: kszonek/clang-format-15 entrypoint: [""] script: # We need to use simple BusyBox `find` syntax here.