Skip to content

Commit

Permalink
update debian to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jul 11, 2024
1 parent ad4c476 commit 953d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/phx.gen.release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ defmodule Mix.Tasks.Phx.Gen.Release do
|> map_size() > 0
end

@debian "bullseye"
@debian "bookworm"
defp elixir_and_debian_vsn(elixir_vsn, otp_vsn) do
url =
"https://hub.docker.com/v2/namespaces/hexpm/repositories/elixir/tags?name=#{elixir_vsn}-erlang-#{otp_vsn}-debian-#{@debian}-"
Expand Down

0 comments on commit 953d1a2

Please sign in to comment.