From 9a7d3ab2962ae6aa706dc8b604cfe9a7782158fc Mon Sep 17 00:00:00 2001 From: zehjotkah <111518041+zehjotkah@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:34:11 +0100 Subject: [PATCH] replaced latest tag with specific version --- templates/compose/rybbit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/rybbit.yaml b/templates/compose/rybbit.yaml index 1b3ce16af..3c8f7564c 100644 --- a/templates/compose/rybbit.yaml +++ b/templates/compose/rybbit.yaml @@ -6,7 +6,7 @@ services: rybbit: - image: 'ghcr.io/rybbit-io/rybbit-client:latest' + image: 'ghcr.io/rybbit-io/rybbit-client:v1.6.1' environment: - SERVICE_URL_RYBBIT_3002 - NODE_ENV=production @@ -22,7 +22,7 @@ services: start_period: 10s rybbit_backend: - image: 'ghcr.io/rybbit-io/rybbit-backend:latest' + image: 'ghcr.io/rybbit-io/rybbit-backend:v1.6.1' environment: - NODE_ENV=production - TRUST_PROXY=true