X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2f6ccf0818238f6048ba9ffb97dd3c343c6ca9bf..5e01e28d3970940f3be03d7bfa514373175caad8:/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