use json2excel with bugfix
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -20,7 +20,7 @@ FROM golang:1.20.4-alpine3.18 as build2
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|
||||||
ENV CGO_LDFLAGS "-static -w -s"
|
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 && \
|
RUN wget https://git.coadcorp.com/nathan/json2excel/archive/${J2E_VERSION}.zip && \
|
||||||
unzip ${J2E_VERSION}.zip && \
|
unzip ${J2E_VERSION}.zip && \
|
||||||
|
Reference in New Issue
Block a user