Skip to content

Commit

Permalink
Merge pull request #1384 from azavea/hotfix/rm/update-prod-ubuntu-ser…
Browse files Browse the repository at this point in the history
…ver-ami

Update AWS Ubuntu version in prod
  • Loading branch information
rachelekm authored May 6, 2024
2 parents 827de25 + d81ba64 commit 29433ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/packer/cac_packer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_ubuntu_ami(region):
creds (Dict): Dictionary containing AWS credentials
"""

response = urllib.urlopen('http://cloud-images.ubuntu.com/query/bionic/'
response = urllib.urlopen('http://cloud-images.ubuntu.com/query/jammy/'
'server/released.current.txt').readlines()
response = [x.decode('utf-8') for x in response]
fieldnames = ['version', 'version_type', 'release_status', 'date',
Expand Down

0 comments on commit 29433ca

Please sign in to comment.