We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab6493a + 4c8441e commit 2986deaCopy full SHA for 2986dea
rsync/Dockerfile
@@ -4,7 +4,7 @@ FROM $BUILD_FROM AS RUNNING
4
RUN apk update && \
5
apk add --no-cache \
6
'rsync=3.4.0-r0' \
7
- 'openssh-client-default=9.3_p2-r2' \
+ 'openssh-client-default=9.3_p2-r3' \
8
'coreutils=9.3-r2'
9
10
COPY root /
0 commit comments