Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to update node because unable to download zcash-4.7.0-linux64-debian-stretch.tar.gz file. #129

Open
UMANGAWASTHY opened this issue Apr 19, 2022 · 1 comment

Comments

@UMANGAWASTHY
Copy link

Hello team
In latest releaze 4.7.0, unable to download zcash-4.7.0-linux64-debian-stretch.tar.gz file. It seems zcash-4.7.0-linux64-debian-stretch.tar.gz not release yet.

File download url
https://download.z.cash/downloads/

release github url
https://github.com/zcash/zcash/releases
https://github.com/zcash/gitian.sigs

Here is my docker file

FROM debian:stretch-slim

RUN apt-get update -y
RUN apt-get install -y curl build-essential
RUN curl -O -L https://z.cash/downloads/zcash-4.7.0-linux64-debian-stretch.tar.gz
RUN tar --strip=2 -xzf *.tar.gz -C /usr/local/bin

@charlieok
Copy link
Contributor

We don't have a 4.7.0 release for debian stretch, which is nearing end of support. We do have releases in that directory for the two debian distributions after stretch -- buster and bullseye.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants