From aa2cc3cb1143babe7c6d3d403c524231107bbba0 Mon Sep 17 00:00:00 2001 From: Nathan Chancellor Date: Mon, 4 Dec 2023 15:48:25 -0700 Subject: [PATCH] python: nas_sync: Alpine 3.18.5 Signed-off-by: Nathan Chancellor --- python/scripts/nas_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/scripts/nas_sync.py b/python/scripts/nas_sync.py index 3f415eed..7444f2e0 100755 --- a/python/scripts/nas_sync.py +++ b/python/scripts/nas_sync.py @@ -84,7 +84,7 @@ def download_items(targets, network_folder): if target == 'alpine': alpine_arches = ['aarch64', 'armv7', 'x86', 'x86_64'] alpine_series = '3.18' - alpine_patch = '.4' + alpine_patch = '.5' alpine_version = alpine_series + alpine_patch for alpine_arch in alpine_arches: