From 284819f3d387be33d8de0f9ec6c8ea1ca6275a2b Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 15 Jun 2023 12:26:56 +1000 Subject: [PATCH] Use new json2excel version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31907df..71940cd 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.5" +ENV J2E_VERSION "v0.1.6" RUN wget https://git.coadcorp.com/nathan/json2excel/archive/${J2E_VERSION}.zip && \ unzip ${J2E_VERSION}.zip && \