Skip to content

Commit

Permalink
python: nas_sync: Alpine 3.18.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Dec 4, 2023
1 parent f46a793 commit aa2cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/scripts/nas_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa2cc3c

Please sign in to comment.