Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b79bfb2

Browse files
authoredJun 5, 2023
chore: bump alpine from 3.16 to 3.18 in /dogfood (#7847)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ab2450 commit b79bfb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dogfood/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN mkdir --parents "$GOPATH" && \
7575
mv /tmp/bin/yq /tmp/bin/yq4 && \
7676
go install github.com/golang/mock/mockgen@v1.6.0
7777

78-
FROM alpine:3.16 as proto
78+
FROM alpine:3.18 as proto
7979
WORKDIR /tmp
8080
RUN apk add curl unzip
8181
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

Comments
 (0)
Failed to load comments.