From fc85f1135b19b6496353dc8c6115d1bd134e892a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 01:59:05 +0100 Subject: [PATCH] feat: change images Signed-off-by: kjuulh --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a65105d..6621d24 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: forest: - image: git.kjuulh.io/kasperhermansen/forest:${FOREST_IMAGE_VERSION:-main} + image: git.kjuulh.io/kjuulh/forest:${FOREST_IMAGE_VERSION:-latest} restart: always env_file: ".env" command: | @@ -29,7 +29,7 @@ services: restart: true forage: - image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-main} + image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest} restart: always env_file: ".env" command: |