summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2019-01-10 18:10:42 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2019-01-10 18:10:42 +0100
commitf4ba200dd2b067e641643862eeddc50a84d27451 (patch)
treef3d36ae59c211570c2b31607bf7b6264f43650c4
parent6667fb907df3edb0986bc3d7ec47ccb7f0b1f537 (diff)
downloadalpine-chroot-master.tar.bz2
alpine-chroot-master.tar.xz
-rw-r--r--alpine-chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine-chroot b/alpine-chroot
index 5e64775..71e5e85 100644
--- a/alpine-chroot
+++ b/alpine-chroot
@@ -1,7 +1,7 @@
#!/bin/bash
#
# alpine-chroot - Setup a Alpine Linux installation in a chroot.
-# Copyright (c) 2011-2016 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2019 Fabian Affolter <fabian at affolter-engineering.ch>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# http://wiki.alpinelinux.org/wiki/Setting_up_the_build_environment_in_chroot
MIRROR=http://dl-5.alpinelinux.org/alpine
-APK_TOOL=apk-tools-2.6.7-r0.apk
+APK_TOOL=apk-tools-2.10.3-r1.apk
usage() {
cat <<__EOF__