Skip to content

Commit 7ba1180

Browse files
committed
Update apk-tools to 2.14.10
I deliberately did not update to apk-tools 3.0.1 to keep it compatible even with very old Alpine branches (e.g. v3.10).
1 parent dc31cf2 commit 7ba1180

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:="811783d95de35845c4bcbcfaa27c94d711c286fdf4c0edde51dcb06ea532eab5"};;
137-
x86_64) : ${APK_TOOLS_SHA256:="87f9f360dd1aeed03b9ab18f0dd24e6edf73f5f4de1092ab9d1e2ecaf47e8ba9"};;
136+
aarch64) : ${APK_TOOLS_SHA256:="e471d35aa221d031abe9b6288aede12a8e9f1a398954e5a2e1d1bce1727b4ef4"};;
137+
x86_64) : ${APK_TOOLS_SHA256:="34bb1a96f0258982377a289392d4ea9f3f4b767a4bb5806b1b87179b79ad8a1c"};;
138138
esac
139139

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

0 commit comments

Comments
 (0)