From 5af2c7b81cf2715822035fac16ec02d4864a522c Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 10 Feb 2023 15:44:21 +1100 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 78f375a..68c5583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,9 +21,9 @@ WORKDIR /src ENV CGO_LDFLAGS "-static -w -s" -RUN wget https://git.coadcorp.com/nathan/json2excel/archive/initial.zip && \ - unzip initial.zip && \ - rm initial.zip && \ +RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.zip && \ + unzip v0.1.zip && \ + rm v0.1.zip && \ cd json2excel && \ go mod download && \ go build -o /json2excel cmd/main/main.go