Skip to content

Commit 27f0ec4

Browse files
committed
build(deps): bump versions after alpine upgrade
1 parent c2fb4b2 commit 27f0ec4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: "github-actions"
1111
directory: "/"
1212
schedule:

adoc/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ SHELL ["/bin/ash", "-euo", "pipefail", "-c"]
1414
RUN apk upgrade --no-cache \
1515
&& apk add --no-cache \
1616
asciidoctor=2.0.23-r1 \
17-
coreutils=9.7-r1 \
18-
curl=8.14.1-r2 \
19-
git=2.49.1-r0 \
20-
pipx=1.7.1-r0 \
21-
py3-pip=25.1.1-r0 \
17+
coreutils=9.8-r1 \
18+
curl=8.17.0-r1 \
19+
git=2.52.0-r0 \
20+
pipx=1.8.0-r0 \
21+
py3-pip=25.1.1-r1 \
2222
python3=3.12.12-r0 \
2323
&& apk cache --no-cache clean \
2424
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)