From 716d7e4ef179e7051cbddf53f0cd6a1ab31ff491 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 22 Mar 2016 08:34:35 +0100 Subject: Update --- alpine-chroot | 4 ++-- 1 file 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 +# Copyright (c) 2011-2016 Fabian Affolter # # 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__ -- cgit v1.2.3