From 0024a58eb49c133b6f96a4e84a2f92e9a3202ad6 Mon Sep 17 00:00:00 2001 From: Donovan Date: Wed, 20 Nov 2024 20:16:38 -0600 Subject: [PATCH] test network --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3956d90..8c6897a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,7 @@ VOLUME /app/data/icons # Copy go.mod and go.sum files COPY go.mod go.sum ./ -RUN curl -I https://proxy.golang.org -RUN curl -I https://sum.golang.org +RUN curl -I https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.55.5.zip # Download all dependencies RUN go mod download