Quellcode durchsuchen

Change default ALPINE_BRANCH to v3.10

Jakub Jirutka vor 6 Jahren
Ursprung
Commit
0789d6e774
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      alpine-make-rootfs

+ 2 - 2
alpine-make-rootfs

@@ -24,7 +24,7 @@
 #
 # Options and Environment Variables:
 #   -b --branch ALPINE_BRANCH             Alpine branch to install; used only when
-#                                         --repositories-file is not specified. Default is v3.9.
+#                                         --repositories-file is not specified. Default is v3.10.
 #
 #      --keys-dir KEYS_DIR                Path of directory with Alpine keys to copy into
 #                                         the rootfs. Default is /etc/apk/keys. If does not exist,
@@ -277,7 +277,7 @@ SCRIPT=
 [ "$(id -u)" -eq 0 ] || die 'This script must be run as root!'
 [ ! -e "${TEMP_DIR:-}" ] || die "Temp path $TEMP_DIR must not exist!"
 
-: ${ALPINE_BRANCH:="v3.9"}
+: ${ALPINE_BRANCH:="v3.10"}
 : ${ALPINE_MIRROR:="https://nl.alpinelinux.org/alpine"}
 : ${CLEANUP:="yes"}
 : ${KEYS_DIR:="/etc/apk/keys"}