From cd2e955442bf5a335fe7981134c75dfeff7e7acc Mon Sep 17 00:00:00 2001 From: "Aldo \"xoen\" Giambelluca" Date: Mon, 16 Nov 2020 15:16:54 +0000 Subject: [PATCH] Dockerfile: pull alpine Base image from quay.io This is the same docker image but we now pull from quay.io (public) to avoid recently introduced DockerHub limits. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c681745df..11fee6751 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.10 AS base +FROM quay.io/mojanalytics/alpine:3.10 AS base LABEL maintainer="andy.driver@digital.justice.gov.uk"