We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cbe35 commit cddd53fCopy full SHA for cddd53f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.0 (12.05.2025)
4
+
5
+- updated software versions and debian base image
6
+- run as non root
7
8
## 1.5.4 (10.02.2025)
9
10
- improved tree output
log.sh
@@ -20,7 +20,7 @@ export DATABASE_DUMP_COMPRESSION=${DATABASE_DUMP_COMPRESSION:="false"}
20
export SEATABLE_BIGDATA_DUMP=${SEATABLE_BIGDATA_DUMP:="false"}
21
export SEATABLE_BIGDATA_HOST=${SEATABLE_BIGDATA_HOST:="seatable-server"}
22
export HEALTHCHECK_URL=${HEALTHCHECK_URL:=""}
23
-export USER_AGENT=${USER_AGENT:="restic-backup-docker/1.5.4"}
+export USER_AGENT=${USER_AGENT:="restic-backup-docker/1.6.0"}
24
25
log() {
26
local LEVEL="$1"
0 commit comments