mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-17 05:14:31 +01:00
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:
@@ -5,7 +5,7 @@
|
||||
|
||||
OS_NAME="Alpine"
|
||||
|
||||
OS_VERSION=${OS_VERSION:-v3.7}
|
||||
OS_VERSION=${OS_VERSION:-latest-stable}
|
||||
|
||||
BASE_PACKAGES="alpine-base"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user