Skip to content

Commit

Permalink
fix: check zwooc against correct checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankachlock committed Nov 14, 2024
1 parent 68d8081 commit fa456b1
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 @@ -10,7 +10,7 @@ ENV ZWOOC_VERSION=1.1.1
RUN apt-get update && apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/* \
&& curl -L -o zwooc_linux_amd64.tar.gz "https://github.com/zwoo-hq/zwooc/releases/download/v$ZWOOC_VERSION/zwooc_linux_amd64.tar.gz" \
&& echo "eab54169930d6b2c06391c9fb68c19c46743a745685ed12cbfb18dca686eb6b4 zwooc_linux_amd64.tar.gz" | sha256sum -c - \
&& echo "c9e3b8e91a0ac75ec351bec935e9e49978d3a94405f30402ef6c70379ed796d1 zwooc_linux_amd64.tar.gz" | sha256sum -c - \
&& tar -xzf zwooc_linux_amd64.tar.gz -C ./ \
&& rm zwooc_linux_amd64.tar.gz \
&& chmod +x zwooc \
Expand Down

0 comments on commit fa456b1

Please sign in to comment.