update protoc to v3.14.0

Updating to the lowest release that includes [protobuf@dfab275], which
removed use of the github.com/golang/protobuf/ptypes/timestamp.Timestamp
type alias (deprecated).

[protobuf@dfab275]: dfab275eca

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-06-05 17:56:42 +02:00
parent b79c112e22
commit 94dcaca630
30 changed files with 128 additions and 193 deletions

View File

@@ -2,7 +2,7 @@
ARG GO_VERSION=1.26
ARG DEBIAN_VERSION=trixie
ARG PROTOC_VERSION=3.11.4
ARG PROTOC_VERSION=3.14.0
ARG PROTOC_GOOGLEAPIS_VERSION=2af421884dd468d565137215c946ebe4e245ae26
# protoc is dynamically linked to glibc so can't use alpine base