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 52e5960 commit 586f11cCopy full SHA for 586f11c
Dockerfile
@@ -13,7 +13,7 @@ FROM golang:1.17.6
13
WORKDIR /work
14
15
RUN apt-get update && \
16
- apt-get install -y unzip=6.0-26 && \
+ apt-get install -y unzip=6.0-26+deb11u1 && \
17
curl --location --silent -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip && \
18
unzip protoc.zip -d /usr/local/ && \
19
rm -fr protoc.zip
0 commit comments