From 8cb84a3535943f8e24c9ff187dd90ceb83316ae9 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 4 Oct 2023 17:17:02 +0100 Subject: [PATCH] irc: Use new image name The repo was renamed to add the website suffix per style of the other sites. --- cookbooks/irc/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2