From c78a3268c40a8ea1874032916e0fbbf0e94b002d Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 18 Apr 2023 09:22:00 +1000 Subject: [PATCH] use newer json2excel --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f4a8b6e..89b32c8 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/v0.1.2.zip && \ - unzip v0.1.2.zip && \ - rm v0.1.2.zip && \ +RUN wget https://git.coadcorp.com/nathan/json2excel/archive/v0.1.3.zip && \ + unzip v0.1.3.zip && \ + rm v0.1.3.zip && \ cd json2excel && \ go mod download && \ go build -o /json2excel cmd/main/main.go