Skip to content

Commit abdbec7

Browse files
authored
Update otel/build-protobuf 0.19.0->0.23.0 (#148)
1 parent 38e397e commit abdbec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $(1)
5353

5454
endef
5555

56-
OTEL_DOCKER_PROTOBUF ?= otel/build-protobuf:0.19.0
56+
OTEL_DOCKER_PROTOBUF ?= otel/build-protobuf:0.23.0
5757
PROTOC := docker run --rm -u ${shell id -u} -v${PWD}:${PWD} -w${PWD} ${OTEL_DOCKER_PROTOBUF} --proto_path="$(PROTO_SOURCE_DIR)"
5858

5959
.DEFAULT_GOAL := protobuf

0 commit comments

Comments
 (0)