Skip to content

Commit

Permalink
feat(deps): upgrade buf to v1.32.0 (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 17, 2024
1 parent f76ff6a commit b88ab25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b88ab25

Please sign in to comment.