Skip to content

Commit 586f11c

Browse files
authored
Update unzip version (#12)
* Update unzip version It looks like 6.0-26 is no longer available due to a security problem. * Try unpinned unzip * Use unzip 6.0-26+deb11u1
1 parent 52e5960 commit 586f11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM golang:1.17.6
1313
WORKDIR /work
1414

1515
RUN apt-get update && \
16-
apt-get install -y unzip=6.0-26 && \
16+
apt-get install -y unzip=6.0-26+deb11u1 && \
1717
curl --location --silent -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-linux-x86_64.zip && \
1818
unzip protoc.zip -d /usr/local/ && \
1919
rm -fr protoc.zip

0 commit comments

Comments
 (0)