From aa1da933817f16da8e9cbac1b964506a3395b867 Mon Sep 17 00:00:00 2001 From: nathan Date: Wed, 31 May 2023 11:52:33 +1000 Subject: [PATCH] use json2excel with bugfix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbd0a53..31907df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM golang:1.20.4-alpine3.18 as build2 WORKDIR /src ENV CGO_LDFLAGS "-static -w -s" -ENV J2E_VERSION "v0.1.4" +ENV J2E_VERSION "v0.1.5" RUN wget https://git.coadcorp.com/nathan/json2excel/archive/${J2E_VERSION}.zip && \ unzip ${J2E_VERSION}.zip && \