From b79bfb28749acded5b816bf49d0ac8f60bca543d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:26:58 -0500 Subject: [PATCH] chore: bump alpine from 3.16 to 3.18 in /dogfood (#7847) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dogfood/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dogfood/Dockerfile b/dogfood/Dockerfile index 235602f2b4..6c624cfe50 100644 --- a/dogfood/Dockerfile +++ b/dogfood/Dockerfile @@ -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