Skip to content

Commit

Permalink
Bump Alpine v3.20 (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Meadows-Jönsson <[email protected]>
  • Loading branch information
alan and ericmj authored May 30, 2024
1 parent 28d2bac commit 0945cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bob/job/docker_checker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ defmodule Bob.Job.DockerChecker do
[
{"alpine",
[
~r/^3\.20\.\d+$/,
~r/^3\.19\.\d+$/,
~r/^3\.18\.\d+$/,
~r/^3\.17\.\d+$/,
~r/^3\.16\.\d+$/
~r/^3\.17\.\d+$/
]},
{"ubuntu",
[
Expand Down

0 comments on commit 0945cff

Please sign in to comment.