Skip to content

Commit 165c796

Browse files
committed
Update bufstream to v0.3.1
1 parent e61764d commit 165c796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUFSTREAM_VERSION := 0.2.0
1+
BUFSTREAM_VERSION := 0.3.1
22

33
.DEFAULT_GOAL := docker-compose-run
44

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
#
55
# This is an image optimized for the demo; it is purposefully not a production image.
66
bufstream:
7-
image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.2.0
7+
image: us-docker.pkg.dev/buf-images-1/bufstream-public/images/bufstream:0.3.1
88
hostname: bufstream
99
container_name: bufstream
1010
ports:

0 commit comments

Comments
 (0)