From f4ba200dd2b067e641643862eeddc50a84d27451 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Jan 2019 18:10:42 +0100 Subject: Update --- alpine-chroot | 4 ++-- 1 file 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 +# Copyright (c) 2011-2019 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-2.6.7-r0.apk +APK_TOOL=apk-tools-2.10.3-r1.apk usage() { cat <<__EOF__ -- cgit v1.2.3