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 1ab2450 commit b79bfb2Copy full SHA for b79bfb2
dogfood/Dockerfile
@@ -75,7 +75,7 @@ RUN mkdir --parents "$GOPATH" && \
75
mv /tmp/bin/yq /tmp/bin/yq4 && \
76
go install github.com/golang/mock/mockgen@v1.6.0
77
78
-FROM alpine:3.16 as proto
+FROM alpine:3.18 as proto
79
WORKDIR /tmp
80
RUN apk add curl unzip
81
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-linux-x86_64.zip
0 commit comments