From b88ab25a54cdcd4122a5834cdf7000b686ffb371 Mon Sep 17 00:00:00 2001 From: Alejandro Falkowski Date: Fri, 17 May 2024 07:29:04 +0200 Subject: [PATCH] feat(deps): upgrade buf to v1.32.0 (#361) --- go/Dockerfile | 2 +- ruby/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go/Dockerfile b/go/Dockerfile index e1dd510..8eb63d2 100644 --- a/go/Dockerfile +++ b/go/Dockerfile @@ -15,7 +15,7 @@ RUN curl -sSOL https://github.com/hadolint/hadolint/releases/download/v2.12.0/ha chmod +x hadolint # Install buf. -RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.31.0/buf-Linux-x86_64 && \ +RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.32.0/buf-Linux-x86_64 && \ mv buf-Linux-x86_64 buf && \ chmod +x buf diff --git a/ruby/Dockerfile b/ruby/Dockerfile index a8dceaa..8c0e24b 100644 --- a/ruby/Dockerfile +++ b/ruby/Dockerfile @@ -20,7 +20,7 @@ RUN curl -sSOL https://github.com/hadolint/hadolint/releases/download/v2.12.0/ha chmod +x hadolint # Install buf. -RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.31.0/buf-Linux-x86_64 && \ +RUN curl -sSOL https://github.com/bufbuild/buf/releases/download/v1.32.0/buf-Linux-x86_64 && \ mv buf-Linux-x86_64 buf && \ chmod +x buf