X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d67a952e76082641d21e5d42203e37ffd9276858..90089d0d43c121bc09f54d060ae96d8b13645727:/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