Update version numbers in dockerfile
This commit is contained in:
parent
c410bcc713
commit
27b387dd50
|
|
@ -3,10 +3,10 @@ LABEL maintainer="b3vis"
|
|||
|
||||
#Install Borg & SSH
|
||||
RUN apk add --no-cache \
|
||||
openssh=9.0_p1-r1 \
|
||||
sshfs=3.7.2-r1 \
|
||||
borgbackup=1.2.0-r0 \
|
||||
supervisor=4.2.4-r0
|
||||
openssh=9.3_p1-r3 \
|
||||
sshfs=3.7.3-r1 \
|
||||
borgbackup=1.2.4-r4 \
|
||||
supervisor=4.2.5-r2
|
||||
RUN adduser -D -u 1000 borg && \
|
||||
passwd -u borg && \
|
||||
mkdir -m 0700 /backups && \
|
||||
|
|
|
|||
Loading…
Reference in New Issue