Update base OS & borg
This commit is contained in:
parent
45ff5be3cd
commit
30c851d986
2 changed files with 7 additions and 8 deletions
|
|
@ -1,9 +1,14 @@
|
|||
FROM alpine:3.20.0
|
||||
FROM alpine:3.21.2
|
||||
|
||||
# this is the default, but just to be explicit
|
||||
USER root
|
||||
|
||||
RUN apk --no-cache add btrfs-progs openssh borgbackup bash coreutils
|
||||
RUN apk --no-cache add \
|
||||
btrfs-progs \
|
||||
openssh \
|
||||
bash \
|
||||
coreutils \
|
||||
borgbackup=1.4.0-r0
|
||||
|
||||
COPY src /src
|
||||
COPY config/ssh_config /etc/ssh/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue