Skip to content

Commit 1444fca

Browse files
authored
Add Alpine 3.23 support (#229)
1 parent d0c9c5d commit 1444fca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/bob/job/docker_checker.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ defmodule Bob.Job.DockerChecker do
88
[
99
{"alpine",
1010
[
11+
~r/^3\.23\.\d+$/,
1112
~r/^3\.22\.\d+$/,
1213
~r/^3\.21\.\d+$/,
13-
~r/^3\.20\.\d+$/,
14-
~r/^3\.19\.\d+$/
14+
~r/^3\.20\.\d+$/
1515
]},
1616
{"ubuntu",
1717
[

0 commit comments

Comments
 (0)