Skip to content

Commit

Permalink
Merge pull request #38 from Schroeffu/main
Browse files Browse the repository at this point in the history
fix(iso_filename): pump url and filename 22.04.2
  • Loading branch information
Jocomol authored Feb 24, 2023
2 parents 60a63a1 + b538af2 commit e48ede9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container/build-iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# switch iso by selected os
if config['os'] == "jammy":
config['input'] = {}
config['input']['iso_filename'] = "ubuntu-22.04.1-live-server-amd64.iso"
config['input']['iso_filename'] = "ubuntu-22.04.2-live-server-amd64.iso"
config['input']['iso_url'] = (
"https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso"
"https://releases.ubuntu.com/22.04/ubuntu-22.04.2-live-server-amd64.iso"
)
config['input']['sha256_filename'] = "SHA256SUMS"
config['input']['sha256_url'] = "https://releases.ubuntu.com/22.04/SHA256SUMS"
Expand Down

0 comments on commit e48ede9

Please sign in to comment.