aboutsummaryrefslogtreecommitdiffstats
path: root/hived/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'hived/Dockerfile')
-rw-r--r--hived/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/hived/Dockerfile b/hived/Dockerfile
index b736c7d..ed7c38d 100644
--- a/hived/Dockerfile
+++ b/hived/Dockerfile
@@ -1,8 +1,6 @@
FROM alpine:3.18 as builder
-ENV GOPROXY=https://goproxy.io
RUN apk update && apk upgrade
RUN apk add go git
-ENV GOPROXY=https://goproxy.io
COPY go.* /hived/
RUN cd /hived && go mod download
COPY *.go /hived/