From 1bb8213b3745b737083c2fc15c38fcbf11397238 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 28 Aug 2026 03:17:10 +0000 Subject: [PATCH 1/2] chore: upgrade impress to v5.5.0 --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index bf4dc33..d87fd77 100644 --- a/compose.yml +++ b/compose.yml @@ -103,7 +103,7 @@ x-minio-env: &minio-env services: app: - image: lasuite/impress-frontend:v5.4.1 + image: lasuite/impress-frontend:v5.5.0 networks: - backend deploy: @@ -120,7 +120,7 @@ services: start_period: 10s backend: - image: lasuite/impress-backend:v5.4.1 + image: lasuite/impress-backend:v5.5.0 networks: - backend environment: @@ -155,7 +155,7 @@ services: - email_pass celery: - image: lasuite/impress-backend:v5.4.1 + image: lasuite/impress-backend:v5.5.0 networks: - backend healthcheck: @@ -185,7 +185,7 @@ services: y-provider: - image: lasuite/impress-y-provider:v5.4.1 + image: lasuite/impress-y-provider:v5.5.0 networks: - backend healthcheck: -- 2.54.0 From f3cb4433729f09e0fca1ca3505af053b4d218809 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 4 Sep 2026 02:32:06 +0000 Subject: [PATCH 2/2] chore: upgrade impress to v5.6.0, nginx to 1.31.5 --- compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.yml b/compose.yml index d87fd77..317e38b 100644 --- a/compose.yml +++ b/compose.yml @@ -103,7 +103,7 @@ x-minio-env: &minio-env services: app: - image: lasuite/impress-frontend:v5.5.0 + image: lasuite/impress-frontend:v5.6.0 networks: - backend deploy: @@ -120,7 +120,7 @@ services: start_period: 10s backend: - image: lasuite/impress-backend:v5.5.0 + image: lasuite/impress-backend:v5.6.0 networks: - backend environment: @@ -155,7 +155,7 @@ services: - email_pass celery: - image: lasuite/impress-backend:v5.5.0 + image: lasuite/impress-backend:v5.6.0 networks: - backend healthcheck: @@ -185,7 +185,7 @@ services: y-provider: - image: lasuite/impress-y-provider:v5.5.0 + image: lasuite/impress-y-provider:v5.6.0 networks: - backend healthcheck: @@ -283,7 +283,7 @@ services: - minio_ru web: - image: nginx:1.31.4 + image: nginx:1.31.5 healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8083"] interval: 15s -- 2.54.0