Update base OS & borg

This commit is contained in:
Andras Schmelczer 2025-01-25 11:12:34 +00:00
parent 45ff5be3cd
commit 30c851d986
2 changed files with 7 additions and 8 deletions

View file

@ -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/