Skip to content

Commit d16463c

Browse files
committed
Update apk-tools to 2.14.7
1 parent 2750730 commit d16463c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

alpine-make-vm-image

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ readonly HOST_ARCH="$(uname -m)"
133133

134134
# SHA256 checksum of $APK_TOOLS_URI for each architecture.
135135
case "$HOST_ARCH" in
136-
aarch64) : ${APK_TOOLS_SHA256:="d49a63b8b6780fc1342d3e7e14862aa006c30bafbf74beec8e1dfe99e6f89471"};;
137-
x86_64) : ${APK_TOOLS_SHA256:="1c65115a425d049590bec7c729c7fd88357fbb090a6fc8c31d834d7b0bc7d6f2"};;
136+
aarch64) : ${APK_TOOLS_SHA256:="27a975638ddc95a411c9f17c63383e335da9edf6bb7de2281d950c291a11f878"};;
137+
x86_64) : ${APK_TOOLS_SHA256:="bdd044e0fd6cc388c5e571e1093efa5f35f7767cc5aa338b0a2576a429009a62"};;
138138
esac
139139

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

0 commit comments

Comments
 (0)