Skip to content

Commit d0e7ae7

Browse files
committed
Debian buster EOL
1 parent 1ce9af3 commit d0e7ae7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/bob/job/docker_checker.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ defmodule Bob.Job.DockerChecker do
2929
~r/^bookworm-\d{8}-slim$/,
3030
# 11
3131
~r/^bullseye-\d{8}$/,
32-
~r/^bullseye-\d{8}-slim$/,
33-
# 10
34-
~r/^buster-\d{8}$/,
35-
~r/^buster-\d{8}-slim$/
32+
~r/^bullseye-\d{8}-slim$/
3633
]}
3734
]
3835
|> Task.async_stream(

0 commit comments

Comments
 (0)