lock checksum package version

This commit is contained in:
Shahrad Elahi 2024-04-26 23:09:05 +03:30
parent ec152ca3a2
commit 39e79be429
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ RUN apk add -U --no-cache \
wireguard-tools \
tor &&\
# NPM packages
npm install -g @litehex/node-checksum &&\
npm install -g @litehex/node-checksum@0.2 &&\
# Clear APK cache
rm -rf /var/cache/apk/*

View File

@ -20,7 +20,7 @@ RUN apk add -U --no-cache \
wireguard-tools \
tor &&\
# NPM packages
npm install -g @litehex/node-checksum &&\
npm install -g @litehex/node-checksum@0.2 &&\
# Clear APK cache
rm -rf /var/cache/apk/*