Merge pull request #380 from devimc/topic/initrd/fixAlpineCVEs

rootfs-builder/alpine: use latest stable
This commit is contained in:
James O. D. Hunt
2019-11-11 11:11:03 +00:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
OS_NAME="Alpine"
OS_VERSION=${OS_VERSION:-v3.7}
OS_VERSION=${OS_VERSION:-latest-stable}
BASE_PACKAGES="alpine-base"