Skip to content

Commit 1c4cb33

Browse files
committed
build(deps): bump versions
1 parent 65618ab commit 1c4cb33

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

xml/Dockerfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,34 +12,34 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1212
# @TL FIXME: xml2rfc currently only in edge stream
1313
RUN apk upgrade --no-cache \
1414
&& apk add --no-cache \
15-
aspell=0.60.8.1-r0 \
15+
aspell=0.60.8.2-r0 \
1616
aspell-de=20161207.7.0-r0 \
17-
aspell-en=2020.12.07-r0 \
17+
aspell-en=2026.02.25-r0 \
1818
aspell-fr=0.50.3-r0 \
1919
aspell-ru=0.99_p7-r2 \
2020
aspell-uk=1.4.0-r3 \
21-
coreutils=9.8-r1 \
22-
curl=8.19.0-r0 \
21+
coreutils=9.11-r0 \
22+
curl=8.20.0-r1 \
2323
dasel=2.8.1-r15 \
2424
gawk=5.3.2-r2 \
25-
git=2.52.0-r0 \
25+
git=2.54.0-r0 \
2626
grep=3.12-r0 \
2727
html-xml-utils=8.7-r0 \
2828
jq=1.8.1-r0 \
29-
libxml2-utils=2.13.9-r1 \
29+
libxml2-utils=2.13.9-r2 \
3030
libxslt=1.1.43-r3 \
31-
maven=3.9.11-r0 \
32-
npm=11.11.0-r0 \
31+
maven=3.9.16-r0 \
32+
npm=11.12.1-r0 \
3333
openjdk21-jre-headless=21.0.11_p10-r0 \
34-
pandoc-cli=3.8.2.1-r0 \
35-
pipx=1.8.0-r0 \
36-
py3-pip=25.1.1-r1 \
37-
python3=3.12.13-r0 \
34+
pandoc-cli=3.10-r0 \
35+
pipx=1.14.0-r0 \
36+
py3-pip=26.1.2-r0 \
37+
python3=3.14.5-r0 \
3838
xmlindent=0.2.17-r3 \
39-
xmlsec=1.3.9-r0 \
39+
xmlsec=1.3.11-r0 \
4040
xmlstarlet=1.6.1-r2 \
4141
xmlto=0.0.29-r0 \
42-
yq-go=4.49.2-r6 \
42+
yq-go=4.53.3-r0 \
4343
&& apk cache --no-cache clean \
4444
&& rm -rf /var/cache/apk/*
4545

0 commit comments

Comments
 (0)