diff --git a/proto/Dockerfile b/proto/Dockerfile index dfe70ae..e6304eb 100644 --- a/proto/Dockerfile +++ b/proto/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.22.6 ENV PROTOC_VERSION=27.2 -ENV PROTOC_GEN_GO_VERSION=1.34.2 +ENV PROTOC_GEN_GO_VERSION=1.36.2 ENV PROTOC_GEN_JSONSCHEMA_VERSION=1.4.1 RUN apt-get update && apt-get install unzip