chore: bump alpine from 3.16 to 3.18 in /dogfood (#7847)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-06-05 11:26:58 -05:00
committed by GitHub
parent 1ab2450250
commit b79bfb2874
+1 -1
View File
@@ -75,7 +75,7 @@ RUN mkdir --parents "$GOPATH" && \
mv /tmp/bin/yq /tmp/bin/yq4 && \
go install github.com/golang/mock/mockgen@v1.6.0
FROM alpine:3.16 as proto
FROM alpine:3.18 as proto
WORKDIR /tmp
RUN apk add curl unzip
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-linux-x86_64.zip