Skip to content

Commit bfc7888

Browse files
committed
Fixed checksum for cosign
1 parent d750b24 commit bfc7888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/cosign/Dockerfile.template

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ curl --silent --show-error --location --fail --output "${uniget_cache_download}/
1919
"${url}"
2020

2121
echo "### Checking cosign ${COSIGN_VERSION} for bootstrapping"
22+
LAST_PWD="${PWD}"
2223
pushd "${uniget_cache_download}"
23-
sha256sum --check --ignore-missing checksums.txt
24+
sha256sum --check --ignore-missing "${LAST_PWD}/checksums.txt"
2425
popd
2526

2627
install --mode=0755 \

0 commit comments

Comments
 (0)