summaryrefslogtreecommitdiffstats
path: root/alpine-chroot
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2016-03-22 08:34:35 +0100
committerFabian Affolter <fabian@affolter-engineering.ch>2016-03-22 08:34:35 +0100
commit716d7e4ef179e7051cbddf53f0cd6a1ab31ff491 (patch)
tree753df330c1e073dd45d7c98a24bb91444af4d52b /alpine-chroot
parenta14e49d18a94d46ecd368f743428aff44db78ee3 (diff)
downloadalpine-chroot-716d7e4ef179e7051cbddf53f0cd6a1ab31ff491.tar.bz2
alpine-chroot-716d7e4ef179e7051cbddf53f0cd6a1ab31ff491.tar.xz
Update
Diffstat (limited to 'alpine-chroot')
-rw-r--r--alpine-chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine-chroot b/alpine-chroot
index 1c38e48..294aed5 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-2015 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2016 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.6.3-r0.apk
+APK_TOOL=apk-tools-2.6.5-r1.apk
usage() {
cat <<__EOF__