Skip to content

Commit 39f62d0

Browse files
committed
Add Debian Bookworm and Ubuntu Jammy in versions.sh (both unused)
1 parent 52c402d commit 39f62d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,11 @@ for version in "${versions[@]}"; do
154154
{
155155
"debian10": "debian:buster-slim",
156156
"debian11": "debian:bullseye-slim",
157+
"debian12": "debian:bookworm-slim",
157158
"ubuntu1604": "ubuntu:xenial",
158159
"ubuntu1804": "ubuntu:bionic",
159160
"ubuntu2004": "ubuntu:focal",
161+
"ubuntu2204": "ubuntu:jammy",
160162
}[$t] // "unknown"
161163
)
162164
| .[$t].suite = (

0 commit comments

Comments
 (0)