Problems deploying Elixir apps right now

I’m currently encountering deployment issues with all my Elixir apps. The problem started this afternoon (CET) and are still happening right now:

[+] Building 1.0s (2/2) FINISHED                                                                                                   
 => [internal] load build definition from Dockerfile                                                                          0.5s
 => => transferring dockerfile: 1.18kB                                                                                        0.5s
 => ERROR [internal] load metadata for docker.io/hexpm/elixir:1.18.0-erlang-27.2-debian-bookworm-20241223

That’s not a lot to go on. What command are you using to deploy? Can you build in Docker locally? Is your app presently running in Fly?

fly deploy and yes my app is running currently.

It works again without any changes on my side