Skip to content

Commit

Permalink
Build for Alpine 3.21, remove 3.17 (#198)
Browse files Browse the repository at this point in the history
Alpine 3.17 is EOL for a few weeks now, according to: https://endoflife.date/alpine
  • Loading branch information
gmile authored Dec 17, 2024
1 parent a2f0003 commit d5ce439
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\.21\.\d+$/,
~r/^3\.20\.\d+$/,
~r/^3\.19\.\d+$/,
~r/^3\.18\.\d+$/,
~r/^3\.17\.\d+$/
~r/^3\.18\.\d+$/
]},
{"ubuntu",
[
Expand Down

0 comments on commit d5ce439

Please sign in to comment.