From e9367fd9fdf79304e79d0eec1e59f2104a289776 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Thu, 26 Dec 2024 16:11:57 -0600 Subject: [PATCH] Upgrade bufstream to v0.3.3 (#24) --- Makefile | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 060d1bf..9b73e52 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUFSTREAM_VERSION := 0.3.1 +BUFSTREAM_VERSION := 0.3.3 .DEFAULT_GOAL := docker-compose-run diff --git a/docker-compose.yaml b/docker-compose.yaml index f8b92a4..2edf1be 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ services: # # This is an image optimized for the demo; it is purposefully not a production image. bufstream: - image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.3.1 + image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.3.3 hostname: bufstream container_name: bufstream ports: