Skip to content

Commit

Permalink
python: nas_sync: Update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Chancellor <[email protected]>
  • Loading branch information
nathanchance committed Jan 3, 2024
1 parent 72af846 commit 7497aab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/scripts/nas_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def download_items(targets, network_folder):
for target in targets:
if target == 'alpine':
alpine_arches = ['aarch64', 'armv7', 'x86', 'x86_64']
alpine_series = '3.18'
alpine_patch = '.5'
alpine_series = '3.19'
alpine_patch = '.0'
alpine_version = alpine_series + alpine_patch

for alpine_arch in alpine_arches:
Expand Down Expand Up @@ -131,7 +131,7 @@ def download_items(targets, network_folder):

elif target == 'debian':
debian_arches = ['amd64', 'arm64', 'armhf', 'i386']
debian_ver = '12.2.0'
debian_ver = '12.4.0'

for arch in debian_arches:
arch_debian_folder = Path(firmware_folder, target.capitalize(), debian_ver, arch)
Expand Down

0 comments on commit 7497aab

Please sign in to comment.