We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61764d commit 165c796Copy full SHA for 165c796
Makefile
@@ -1,4 +1,4 @@
1
-BUFSTREAM_VERSION := 0.2.0
+BUFSTREAM_VERSION := 0.3.1
2
3
.DEFAULT_GOAL := docker-compose-run
4
docker-compose.yaml
@@ -4,7 +4,7 @@ services:
#
5
# This is an image optimized for the demo; it is purposefully not a production image.
6
bufstream:
7
- image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.2.0
+ image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.3.1
8
hostname: bufstream
9
container_name: bufstream
10
ports:
0 commit comments