From 547ac4d58632d6e3cd0c78fe5b8d6c48d1b967cd Mon Sep 17 00:00:00 2001 From: Adrian Kosmaczewski Date: Wed, 19 Jul 2023 09:04:47 +0200 Subject: [PATCH] Providing ARM64 builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53585fb..f59963f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/antora/antora:3.1.2 +FROM registry.gitlab.com/vshn/docker-antora:3.1.4 # Required by the CI/CD pipeline in GitLab RUN apk update && apk add make git yq jq