Skip to content

Commit

Permalink
Use the LTS version of the Ubuntu image
Browse files Browse the repository at this point in the history
The Ubuntu 22.10 image was deprecated and removed. Only LTS
images available at this time.
  • Loading branch information
kovshenin committed Sep 22, 2023
1 parent 1ebefe6 commit 078f12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .__version__ import __author__, __author_email__, __license__, __copyright__

API_BASE = 'https://sailed.io/api/1.1'
DEFAULT_IMAGE = 'ubuntu-22-10-x64'
DEFAULT_IMAGE = 'ubuntu-22-04-x64'
TEMPLATES_PATH = os.path.join(os.path.dirname(__file__), 'templates')

# Suppress blowfish warning until resolved: https://github.com/paramiko/paramiko/issues/2038
Expand Down

0 comments on commit 078f12a

Please sign in to comment.