mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
Properly set SPARROW_VERSION for manifest files
This commit is contained in:
parent
19939ce042
commit
dc0703c529
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN case ${TARGETARCH:-amd64} in \
|
||||||
&& gpg --status-fd 1 --verify sparrow-${SPARROW_VERSION}-manifest.txt.asc \
|
&& gpg --status-fd 1 --verify sparrow-${SPARROW_VERSION}-manifest.txt.asc \
|
||||||
| grep -q "GOODSIG ${PGP_SIG}" \
|
| grep -q "GOODSIG ${PGP_SIG}" \
|
||||||
|| exit 1 \
|
|| exit 1 \
|
||||||
&& sha256sum --check sparrow-1.7.0-manifest.txt --ignore-missing || exit 1 \
|
&& sha256sum --check sparrow-${SPARROW_VERSION}-manifest.txt --ignore-missing || exit 1 \
|
||||||
&& tar xf sparrow-server-${SPARROW_VERSION}-${SPARROW_ARCH}.tar.gz -C /opt
|
&& tar xf sparrow-server-${SPARROW_VERSION}-${SPARROW_ARCH}.tar.gz -C /opt
|
||||||
|
|
||||||
# Add user and setup directories for Sparrow
|
# Add user and setup directories for Sparrow
|
||||||
|
|
Loading…
Reference in a new issue