Skip to content

Commit abac4e5

Browse files
committed
Update AWS AMI to use newer image
The older one had been retracted/deleted. This image was built in 2025. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 340270e commit abac4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
524524

525525
return &provision.BasicHost{
526526
Name: name,
527-
OS: "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20230516",
527+
OS: "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20250822",
528528
Plan: "t3.nano",
529529
Region: region,
530530
UserData: base64.StdEncoding.EncodeToString([]byte(userData)),

0 commit comments

Comments
 (0)