mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user