From c520ead8d7e3a5aefaaee8ae63c1c830ecff5f60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:48:22 +0800 Subject: [PATCH] chore(deps): update ghcr.io/toeverything/affine docker tag to v0.24.3 (#1805) --- apps/affine/{0.24.2 => 0.24.3}/data.yml | 0 apps/affine/{0.24.2 => 0.24.3}/docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/affine/{0.24.2 => 0.24.3}/data.yml (100%) rename apps/affine/{0.24.2 => 0.24.3}/docker-compose.yml (95%) diff --git a/apps/affine/0.24.2/data.yml b/apps/affine/0.24.3/data.yml similarity index 100% rename from apps/affine/0.24.2/data.yml rename to apps/affine/0.24.3/data.yml diff --git a/apps/affine/0.24.2/docker-compose.yml b/apps/affine/0.24.3/docker-compose.yml similarity index 95% rename from apps/affine/0.24.2/docker-compose.yml rename to apps/affine/0.24.3/docker-compose.yml index 8721ea9b6..7d56ea0c2 100644 --- a/apps/affine/0.24.2/docker-compose.yml +++ b/apps/affine/0.24.3/docker-compose.yml @@ -1,6 +1,6 @@ services: affine: - image: ghcr.io/toeverything/affine:0.24.2 + image: ghcr.io/toeverything/affine:0.24.3 container_name: ${CONTAINER_NAME} ports: - ${PANEL_APP_PORT_HTTP}:3010 @@ -24,7 +24,7 @@ services: labels: createdBy: Apps affine_migration: - image: ghcr.io/toeverything/affine:0.24.2 + image: ghcr.io/toeverything/affine:0.24.3 container_name: ${CONTAINER_NAME}_migration_job volumes: - ${UPLOAD_LOCATION}:/root/.affine/storage