Skip to content

Commit ba343e6

Browse files
committed
Update apk-tools to 3.0.1
1 parent 6df1ee4 commit ba343e6

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:="b60b147d051452319857439f10743f8adaa4bfefa763eacc93ff17660d2c3a6d"};;
137+
x86_64) : ${APK_TOOLS_SHA256:="eabade37ce5de23e4ddd689a60f290ac37dd105a4830d0a15a977c8c71bc4719"};;
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/v3.0.1/$HOST_ARCH/apk.static"}
141141
: ${APK:="apk"}
142142
: ${APK_OPTS:="--no-progress"}
143143

0 commit comments

Comments
 (0)