Skip to content

Commit ad47e11

Browse files
authored
fix: update to current ubuntu version (#307)
1 parent 8247a72 commit ad47e11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/utils/executors.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var CurrentLinuxImage = "ubuntu-2204:current"
99

1010
var ValidLinuxImages = []string{
1111
// Ubuntu 20.04
12+
"ubuntu-2004:2024.05.1",
1213
"ubuntu-2004:2024.04.4",
1314
"ubuntu-2004:2024.01.2",
1415
"ubuntu-2004:2024.01.1",
@@ -33,6 +34,7 @@ var ValidLinuxImages = []string{
3334
"ubuntu-2004:edge",
3435

3536
// Ubuntu 22.04
37+
"ubuntu-2204:2024.05.1",
3638
"ubuntu-2204:2024.04.4",
3739
"ubuntu-2204:2024.01.2",
3840
"ubuntu-2204:2024.01.1",

0 commit comments

Comments
 (0)