From 1d0f1ab81bb83d7b4a43728b485d3b2d3d59b665 Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Wed, 19 Jul 2023 11:09:16 +0200 Subject: [PATCH] Moved the base image to GitHub --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f59963f..a7348d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/vshn/docker-antora:3.1.4 +FROM ghcr.io/vshn/docker-antora:3.1.4 # Required by the CI/CD pipeline in GitLab RUN apk update && apk add make git yq jq