summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alpine-chroot.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/alpine-chroot.sh b/alpine-chroot.sh
index c36885e..1dadfd8 100644
--- a/alpine-chroot.sh
+++ b/alpine-chroot.sh
@@ -6,13 +6,13 @@
#
# Licensed under GPLv2
#
-# Copyright (c) 2011 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2013 Fabian Affolter <fabian at affolter-engineering.ch>
MIRROR=http://dl-3.alpinelinux.org/alpine
ARCH=x86_64
CHROOT=alpine-chroot
-VERSION=v2.3
-APK_TOOL=apk-tools-static-2.2.5-r0.apk
+VERSION=v2.5
+APK_TOOL=apk-tools-static-2.3.3-r1.apk
# Root has $UID 0
ROOT_UID=0
@@ -60,5 +60,5 @@ rm -f APK_TOOL
echo " "
echo "Your Alpine Linux installation in '$CHROOT' is ready now."
echo "To start Alpine:"
-echo " sudo chroot $CHROOT /bin/sh -l"
+echo "sudo chroot $CHROOT /bin/sh -l"
echo " "