Browse Source

Update apk-tools to 2.14.7

Jakub Jirutka 9 months ago
parent
commit
22602979e0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      alpine-make-rootfs

+ 2 - 2
alpine-make-rootfs

@@ -115,8 +115,8 @@ readonly VIRTUAL_PKG=".make-$PROGNAME"
 
 : ${APK:="apk"}
 : ${APK_OPTS:="--no-progress"}
-: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.0/x86_64/apk.static"}
-: ${APK_TOOLS_SHA256:="1c65115a425d049590bec7c729c7fd88357fbb090a6fc8c31d834d7b0bc7d6f2"}
+: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.7/x86_64/apk.static"}
+: ${APK_TOOLS_SHA256:="bdd044e0fd6cc388c5e571e1093efa5f35f7767cc5aa338b0a2576a429009a62"}
 
 
 # Set pipefail if supported.