Skip to content

Commit ec1c189

Browse files
committed
build(yq): switch to more popular go version of yq
1 parent bef098c commit ec1c189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ RUN apk -U upgrade \
2929
xmlsec=1.3.7-r0 \
3030
xmlstarlet=1.6.1-r2 \
3131
xmlto=0.0.29-r0 \
32+
yq-go=4.46.1-r1 \
3233
&& apk cache clean \
3334
&& rm -rf /var/cache/apk/*
3435

3536
RUN pipx ensurepath --global \
3637
&& pipx install --global \
3738
jsonfmt==0.2.7 \
38-
tcx2gpx==0.1.5 \
39-
yq==3.4.3
39+
tcx2gpx==0.1.5
4040

4141
RUN npm install -g \
4242
v8r@5.1.0

0 commit comments

Comments
 (0)