summaryrefslogtreecommitdiff
path: root/grpc/tools/dockerfile/grpc_clang_format/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/tools/dockerfile/grpc_clang_format/Dockerfile')
-rw-r--r--grpc/tools/dockerfile/grpc_clang_format/Dockerfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/grpc/tools/dockerfile/grpc_clang_format/Dockerfile b/grpc/tools/dockerfile/grpc_clang_format/Dockerfile
index bb8979ed..7f19e50d 100644
--- a/grpc/tools/dockerfile/grpc_clang_format/Dockerfile
+++ b/grpc/tools/dockerfile/grpc_clang_format/Dockerfile
@@ -12,11 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-FROM debian:bullseye
-
-# Install clang-format
-RUN apt-get update && apt-get install -y clang-format-11
-ENV CLANG_FORMAT=clang-format-11
+FROM silkeh/clang:13
ADD clang_format_all_the_things.sh /