Skip to content

Commit

Permalink
Update apk-tools to 2.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Jan 6, 2025
1 parent 2750730 commit d16463c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alpine-make-vm-image
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ readonly HOST_ARCH="$(uname -m)"

# SHA256 checksum of $APK_TOOLS_URI for each architecture.
case "$HOST_ARCH" in
aarch64) : ${APK_TOOLS_SHA256:="d49a63b8b6780fc1342d3e7e14862aa006c30bafbf74beec8e1dfe99e6f89471"};;
x86_64) : ${APK_TOOLS_SHA256:="1c65115a425d049590bec7c729c7fd88357fbb090a6fc8c31d834d7b0bc7d6f2"};;
aarch64) : ${APK_TOOLS_SHA256:="27a975638ddc95a411c9f17c63383e335da9edf6bb7de2281d950c291a11f878"};;
x86_64) : ${APK_TOOLS_SHA256:="bdd044e0fd6cc388c5e571e1093efa5f35f7767cc5aa338b0a2576a429009a62"};;
esac

: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.0/$HOST_ARCH/apk.static"}
: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.7/$HOST_ARCH/apk.static"}
: ${APK:="apk"}
: ${APK_OPTS:="--no-progress"}

Expand Down

0 comments on commit d16463c

Please sign in to comment.