From: alex Date: Sun, 29 May 2022 12:37:30 +0000 (+0200) Subject: Use fully qualified Docker image ref X-Git-Tag: 20240214-emacs~226^2~32 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=1df41c8b94595a95a48ba11d4f5557d610f5b99f;p=alex.git Use fully qualified Docker image ref --- diff --git a/Dockerfile.proxy b/Dockerfile.proxy index 0306987..e8d5134 100644 --- a/Dockerfile.proxy +++ b/Dockerfile.proxy @@ -1,4 +1,4 @@ -FROM golang:latest +FROM docker.io/library/golang:latest WORKDIR /app RUN git clone https://git.sr.ht/~sircmpwn/kineto /app RUN go build