diff --git a/alpine-make-rootfs b/alpine-make-rootfs index 8206f7f..5486052 100755 --- a/alpine-make-rootfs +++ b/alpine-make-rootfs @@ -114,8 +114,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.12.10/x86_64/apk.static"} -: ${APK_TOOLS_SHA256:="d7506bb11327b337960910daffed75aa289d8bb350feab624c52965be82ceae8"} +: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.0/x86_64/apk.static"} +: ${APK_TOOLS_SHA256:="839063197add6d18222fe4b4334f02b89ab679abf496483d74c28e38b0288f39"} # Set pipefail if supported.