From 441d9a9890db43f4e7949c2f232286fd7c9c854f Mon Sep 17 00:00:00 2001 From: Daniel Dolezal Date: Fri, 17 Apr 2026 11:48:15 +0200 Subject: [PATCH] update container version --- entrypoint-script/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-script/variables.sh b/entrypoint-script/variables.sh index d23c288..ef74ff6 100644 --- a/entrypoint-script/variables.sh +++ b/entrypoint-script/variables.sh @@ -1,4 +1,4 @@ -DOCKER_IMAGE_VERSION="3.0.0" +DOCKER_IMAGE_VERSION="3.1.0" BORG_VERSION=$(borg -V) SSH_FOLDERS=( "/sshkeys/clients" "/sshkeys/host" ) NODE_EXPORTER_DIR="/var/log"