From 7aaf44bd10d847420053fbef377468ef40fc1337 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 29 Jan 2026 09:31:44 +0200 Subject: Fix redirect page for W3C compliance Amp-Thread-ID: https://ampcode.com/threads/T-019c086d-c760-779d-b740-0f748094b62a Co-authored-by: Amp --- docker-image/Dockerfile | 2 +- docker-image/Justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-image/Dockerfile b/docker-image/Dockerfile index 98d3ead..00a212b 100644 --- a/docker-image/Dockerfile +++ b/docker-image/Dockerfile @@ -27,7 +27,7 @@ COPY index.pl /usr/local/apache2/cgi-bin/index.pl RUN chmod 755 /usr/local/apache2/cgi-bin/index.pl # Create a redirect from / to /cgi-bin/index.pl -RUN echo '' > /usr/local/apache2/htdocs/index.html +RUN echo 'Redirecting...

Redirecting to IPv6 Test...

' > /usr/local/apache2/htdocs/index.html EXPOSE 80 diff --git a/docker-image/Justfile b/docker-image/Justfile index f50ecca..5a8b49b 100644 --- a/docker-image/Justfile +++ b/docker-image/Justfile @@ -1,4 +1,4 @@ -VERSION := "1.5.0" +VERSION := "1.6.0" REGISTRY := "registry.lan.buetow.org:30001" IMAGE := "ipv6test" -- cgit v1.2.3