Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ARG TZDATA_VERSION=2026b-r0
# alpine-package: name=xmlstarlet repo=community
ARG XMLSTARLET_VERSION=1.6.1-r2
# alpine-package: name=rsync repo=main
ARG RSYNC_VERSION=3.4.2-r0
ARG RSYNC_VERSION=3.4.3-r0

RUN apk add --no-cache \
bash==${BASH_VERSION} \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ alpine linux (3.23.4 AS builder
- inetutils-telnet (2.6-r0)
- jq (1.8.1-r0)
- openssl (3.5.6-r0)
- rsync (3.4.2-r0)
- rsync (3.4.3-r0)
- tzdata (2026b-r0)
- xmlstarlet (1.6.1-r2)
- yq (4.53.2)
Expand Down
Loading