Skip to content

Commit

Permalink
Update otel/build-protobuf 0.19.0->0.23.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Jan 12, 2024
1 parent 38e397e commit abdbec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $(1)

endef

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

.DEFAULT_GOAL := protobuf
Expand Down

0 comments on commit abdbec7

Please sign in to comment.