We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a2176 commit 3e712cbCopy full SHA for 3e712cb
protoc-go/Dockerfile
@@ -1,5 +1,7 @@
1
FROM golang:1.24.0-alpine as builder
2
3
+RUN apk add --no-cache git
4
+
5
ENV S12_PROTO_VERSION 1.37.0
6
7
ENV PROTOC_GEN_GO_VERSION 1.34.1
0 commit comments