summaryrefslogtreecommitdiffstats
path: root/alpine-chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'alpine-chroot.sh')
-rw-r--r--alpine-chroot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine-chroot.sh b/alpine-chroot.sh
index f855b47..5f47a78 100644
--- a/alpine-chroot.sh
+++ b/alpine-chroot.sh
@@ -1,7 +1,7 @@
#!/bin/bash
#
# alpine-chroot - Setup a Alpine Linux installation in a chroot.
-# Copyright (c) 2011- 2013 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2013 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-static-2.3.5-r0.apk
+APK_TOOL=apk-tools-static-2.4.0-r0.apk
usage() {
cat <<__EOF__