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 \ wireguard-tools \
tor &&\ tor &&\
# NPM packages # NPM packages
npm install -g @litehex/node-checksum &&\ npm install -g @litehex/node-checksum@0.2 &&\
# Clear APK cache # Clear APK cache
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*

View File

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