Properly set SPARROW_VERSION for manifest files

This commit is contained in:
Seth For Privacy 2022-10-30 16:54:37 -04:00 committed by GitHub
parent 19939ce042
commit dc0703c529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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