fix: use openssl 1.1 with Alpine 3.17

Alpine 3.16's included OpenSSL package was 1.1.1. Alpine 3.17 updated it to 3.0.7, which is incompatible with borgbackup. This updates the Dockerfile to pull in the correct library version to avoid this incompatibility.

This resolves https://github.com/borgmatic-collective/docker-borgmatic/issues/180 and https://github.com/borgmatic-collective/docker-borgmatic/issues/184.
pull/185/head
Dave Bendit 2022-12-01 04:04:35 +00:00
rodzic e90f0b3fb2
commit b4ad55c17a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ VOLUME /root/.cache/borg
RUN apk add --update --no-cache \
tzdata \
sshfs \
openssl \
openssl1.1-compat \
fuse \
ca-certificates \
logrotate \