diff options
Diffstat (limited to 'Dockerfile.proxy')
| -rw-r--r-- | Dockerfile.proxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.proxy b/Dockerfile.proxy index 03069872..e8d51346 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 |
