We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72b562 commit 53760fbCopy full SHA for 53760fb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 4.1.16 2025-02-21 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Update to tiredofit/alpine:7.10.28
5
+ - Support TLS connectivity with restore script (credit fermion2020@github)
6
7
8
## 4.1.15 2025-01-29 <dave at tiredofit dot ca>
9
10
### Added
Dockerfile
@@ -1,5 +1,5 @@
ARG DISTRO=alpine
-ARG DISTRO_VARIANT=3.21-7.10.27
+ARG DISTRO_VARIANT=3.21-7.10.28
FROM docker.io/tiredofit/${DISTRO}:${DISTRO_VARIANT}
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
0 commit comments