]> xn--ix-yja.es Git - alex.git/commitdiff
Use fully qualified Docker image ref
authoralex <alex@pdp7.net>
Sun, 29 May 2022 12:37:30 +0000 (14:37 +0200)
committeralex <alex@pdp7.net>
Sun, 29 May 2022 12:37:30 +0000 (14:37 +0200)
Dockerfile.proxy

index 03069872543ed31d64b1b79c859e58b339b36e6c..e8d51346f955e320e226a3a54f1081eb8f669db4 100644 (file)
@@ -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