From 18ec6561035f9d4e3b2c2aa705fe72de22724c22 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 28 Jun 2024 09:21:48 +1000 Subject: [PATCH] Use improved json2excel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 139ef78..63b5e95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM golang:1.22.4-alpine3.20 as build2 WORKDIR /src ENV CGO_LDFLAGS "-static -w -s" -ENV J2E_VERSION "v0.1.7" +ENV J2E_VERSION "v0.1.8" RUN wget https://git.coadcorp.com/nathan/json2excel/archive/${J2E_VERSION}.zip && \ unzip ${J2E_VERSION}.zip && \