Skip to content

Commit

Permalink
Dockerfile: Bump unzip version
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 23, 2021
1 parent ed3c2f5 commit 4d79cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ADD https://github.com/validator/validator/releases/download/latest/vnu.linux.zi
ADD https://github.com/validator/validator/releases/download/latest/vnu.linux.zip.sha1 .
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN apt-get update && apt-get install --no-install-recommends -y \
unzip=6.0-23+deb10u2 \
unzip=6.0-26 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& echo "$(cat vnu.linux.zip.sha1) vnu.linux.zip" | sha1sum -c - \
Expand Down

0 comments on commit 4d79cda

Please sign in to comment.