rootfs-builder/alpine: use latest stable

use latest stable to fix CVEs

fixes #379

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2019-11-08 14:27:50 +00:00
parent 5f6e642bb7
commit 50c9378659

View File

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