From bccf661ec9ccf4d89053c53b1ed29b6108b9bb62 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Mon, 28 Apr 2025 18:06:48 +0200 Subject: [PATCH] Update RESTICKER_TAG to version 0.0.2-restic0.17.0 in production and test environment templates --- env.prod.template | 2 +- env.test.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/env.prod.template b/env.prod.template index 0d62a0b..3f0253b 100644 --- a/env.prod.template +++ b/env.prod.template @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME=sso-base23-de AUTHENTIK_TAG=2025.2.1 POSTGRES_TAG=16.6-alpine REDIS_TAG=7.4.2-alpine -RESTICKER_TAG=0.17.0 +RESTICKER_TAG=0.0.2-restic0.17.0 NGINX_UNPRIVILEGED_TAG=1.27.2-bookworm # Error reporting & Logging diff --git a/env.test.template b/env.test.template index 84f3c63..7cf2c4b 100644 --- a/env.test.template +++ b/env.test.template @@ -7,7 +7,7 @@ COMPOSE_PROJECT_NAME=sso-base23-de AUTHENTIK_TAG=2025.2.4 POSTGRES_TAG=16.6-alpine REDIS_TAG=7.4.2-alpine -RESTICKER_TAG=0.17.0 +RESTICKER_TAG=0.0.2-restic0.17.0 # Error reporting & Logging AUTHENTIK_ERROR_REPORTING__ENABLED=true