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"