Skip to content

Commit c38e23a

Browse files
committed
build(deps): bump versions after alpine upgrade
1 parent 25fe922 commit c38e23a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ updates:
66
schedule:
77
interval: "daily"
88
commit-message:
9-
prefix: chore(deps)
9+
prefix: build(deps)
1010
- package-ecosystem: "pip"
1111
directory: "/md"
1212
schedule:

md/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ RUN apk upgrade --no-cache \
1919
aspell-fr=0.50.3-r0 \
2020
aspell-ru=0.99_p7-r2 \
2121
aspell-uk=1.4.0-r3 \
22-
coreutils=9.7-r1 \
23-
curl=8.14.1-r2 \
24-
git=2.49.1-r0 \
25-
go-md2man=2.0.7-r5 \
22+
coreutils=9.8-r1 \
23+
curl=8.17.0-r1 \
24+
git=2.52.0-r0 \
25+
go-md2man=2.0.7-r6 \
2626
jq=1.8.1-r0 \
2727
markdown=1.0.1-r3 \
28-
npm=11.6.4-r0 \
29-
pandoc-cli=3.6.4-r0 \
30-
pipx=1.7.1-r0 \
31-
py3-pip=25.1.1-r0 \
28+
npm=11.6.3-r0 \
29+
pandoc-cli=3.8.2.1-r0 \
30+
pipx=1.8.0-r0 \
31+
py3-pip=25.1.1-r1 \
3232
python3=3.12.12-r0 \
3333
&& apk cache --no-cache clean \
3434
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)