Merge pull request #1 from green-leader/green-leader-patch-1

Update version numbers in dockerfile
This commit is contained in:
Sion 2023-05-25 15:49:29 -06:00 committed by GitHub
commit fa2c354209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ LABEL maintainer="b3vis"
#Install Borg & SSH #Install Borg & SSH
RUN apk add --no-cache \ RUN apk add --no-cache \
openssh=9.0_p1-r1 \ openssh=9.3_p1-r3 \
sshfs=3.7.2-r1 \ sshfs=3.7.3-r1 \
borgbackup=1.2.0-r0 \ borgbackup=1.2.4-r4 \
supervisor=4.2.4-r0 supervisor=4.2.5-r2
RUN adduser -D -u 1000 borg && \ RUN adduser -D -u 1000 borg && \
passwd -u borg && \ passwd -u borg && \
mkdir -m 0700 /backups && \ mkdir -m 0700 /backups && \