diff --git a/Dockerfile b/Dockerfile index cfce2e8..c814681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG VERSION="latest" -FROM "registry.cabillot.eu/www/phpapache:${VERSION}" +FROM "jcabillot/phpapache:${VERSION}" LABEL maintainer="Julien Cabillot " COPY "root" "/var/www/html"