X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3c0e4bb2d443fb393e85976937be0a4225e13ad3..23961a3f2f7ba2044e444b443b2e8eb1889c8214:/cookbooks/irc/recipes/default.rb diff --git a/cookbooks/irc/recipes/default.rb b/cookbooks/irc/recipes/default.rb index 7ebcfc7ba..138912e8a 100644 --- a/cookbooks/irc/recipes/default.rb +++ b/cookbooks/irc/recipes/default.rb @@ -20,6 +20,6 @@ include_recipe "podman::apache" podman_site "irc.openstreetmap.org" do - image "ghcr.io/openstreetmap/irc:latest" + image "ghcr.io/openstreetmap/irc-website:latest" aliases ["irc.osm.org"] end