Skip to content

Commit 0b4b60f

Browse files
committed
Fix: minor backup image build error
1 parent 37e9bb7 commit 0b4b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ LABEL maintainer="Ozren Dabić (dabico@usi.ch)"
44
RUN apk update --quiet && \
55
apk add --no-cache \
66
--quiet \
7-
openssh~=9.6 \
7+
openssh~=9.7 \
88
sshpass~=1.10

0 commit comments

Comments
 (0)