We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef098c commit ec1c189Copy full SHA for ec1c189
xml/Dockerfile
@@ -29,14 +29,14 @@ RUN apk -U upgrade \
29
xmlsec=1.3.7-r0 \
30
xmlstarlet=1.6.1-r2 \
31
xmlto=0.0.29-r0 \
32
+ yq-go=4.46.1-r1 \
33
&& apk cache clean \
34
&& rm -rf /var/cache/apk/*
35
36
RUN pipx ensurepath --global \
37
&& pipx install --global \
38
jsonfmt==0.2.7 \
- tcx2gpx==0.1.5 \
39
- yq==3.4.3
+ tcx2gpx==0.1.5
40
41
RUN npm install -g \
42
v8r@5.1.0
0 commit comments