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 38e397e commit abdbec7Copy full SHA for abdbec7
Makefile
@@ -53,7 +53,7 @@ $(1)
53
54
endef
55
56
-OTEL_DOCKER_PROTOBUF ?= otel/build-protobuf:0.19.0
+OTEL_DOCKER_PROTOBUF ?= otel/build-protobuf:0.23.0
57
PROTOC := docker run --rm -u ${shell id -u} -v${PWD}:${PWD} -w${PWD} ${OTEL_DOCKER_PROTOBUF} --proto_path="$(PROTO_SOURCE_DIR)"
58
59
.DEFAULT_GOAL := protobuf
0 commit comments