Skip to content

Commit

Permalink
Merge tag '3.1.46' into develop
Browse files Browse the repository at this point in the history
3.1.46
  • Loading branch information
rachelekm committed May 6, 2024
2 parents 827de25 + a2bdbc8 commit c7568d8
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 c7568d8

Please sign in to comment.