From 915af969810c7c9107b1b122abfaa0a9e2a25de0 Mon Sep 17 00:00:00 2001 From: Smaug Date: Tue, 7 Jul 2026 13:24:35 +0200 Subject: [PATCH] feat(templates): bump alexandrie to version 8.10.0 * bump frontend to v8.10.0 * bump backend to v8.10.0 * bump rustfs to 1.0.0-beta.8 --- templates/compose/alexandrie.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/alexandrie.yaml b/templates/compose/alexandrie.yaml index 32bb98b2f..56267063a 100644 --- a/templates/compose/alexandrie.yaml +++ b/templates/compose/alexandrie.yaml @@ -7,7 +7,7 @@ services: frontend: - image: ghcr.io/smaug6739/alexandrie-frontend:v8.7.2 + image: ghcr.io/smaug6739/alexandrie-frontend:v8.10.0 environment: - SERVICE_URL_FRONTEND_8200 - PORT=8200 @@ -21,7 +21,7 @@ services: - backend backend: - image: ghcr.io/smaug6739/alexandrie-backend:v8.7.2 + image: ghcr.io/smaug6739/alexandrie-backend:v8.10.0 environment: - SERVICE_URL_BACKEND_8201 - BACKEND_PORT=8201 @@ -74,7 +74,7 @@ services: retries: 5 rustfs: - image: rustfs/rustfs:1.0.0-alpha.90 + image: rustfs/rustfs:1.0.0-beta.8 environment: - SERVICE_URL_RUSTFS_9000 - RUSTFS_ACCESS_KEY=${SERVICE_USER_RUSTFS}