diff --git a/Dockerfile b/Dockerfile index df41ef2..b40e383 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,7 +107,7 @@ RUN : \ # Protobuf tools # RUN : \ - && cargo install buffrs --version 0.6.4 \ + && cargo install buffrs --version 0.7.2 \ && BIN="/usr/bin" \ && VERSION="1.17.0" \ && curl -sSL \ diff --git a/README.md b/README.md index 70c2dc1..c8cb7fa 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ is built from various Ubuntu starting images. | ansible | Pipx (Python 3.10) | 8.1.0 | | ansible-base | Pipx (Python 3.10) | 2.10.17 | | buf | [GitHub releases](https://github.com/bufbuild/buf/releases) | 1.17.0 | -| buffrs | cargo | 0.6.4 | +| buffrs | cargo | 0.7.2 | | build-essential | apt-get | latest | | BuildKit | GitHub Releases | 0.12.2 | | cargo-deny | cargo | latest |