From b8128db0f0d1edb4267d4bde2e4566f6a69d0e0c Mon Sep 17 00:00:00 2001
From: Matt Ward <matt@eclipse.org>
Date: Tue, 19 Jul 2022 14:59:59 +0000
Subject: [PATCH] Update runme.sh

---
 runme.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runme.sh b/runme.sh
index 2cd8bfda..7ba40947 100755
--- a/runme.sh
+++ b/runme.sh
@@ -13,7 +13,7 @@
 umask 0022
 
 #setup basic definitions
-IMAGE="docker.io/eclipsefdn/www.eclipse.org:latest"
+IMAGE="docker.io/eclipsefdn/www-eclipse-org:latest"
 #podman should be a drop in replacement for docker
 PODMAN="/usr/bin/podman"
 CONTAINER_NAME="www-httpd"
-- 
GitLab