From c0654fe190266de8fc53cd6c6756cc2406f7bfb7 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 13 Jul 2020 12:55:26 +0200 Subject: pull base image from gitlab --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0a7e57..209a1f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM kraxel/s2i-base-httpd +FROM registry.gitlab.com/kraxel/s2i-base-httpd ENV SUMMARY="sphinx documentation" \ DESCRIPTION="Platform for building sphinx documentation" -- cgit