From 7999087a9fcbbe9ad92dc81826806093e73d1fc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 17:45:36 +0000 Subject: [PATCH] chore(deps): update ghcr.io/toeverything/affine docker tag to v0.26.2 (#4020) --- apps/affine/{0.25.7 => 0.26.2}/data.yml | 0 apps/affine/{0.25.7 => 0.26.2}/docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename apps/affine/{0.25.7 => 0.26.2}/data.yml (100%) rename apps/affine/{0.25.7 => 0.26.2}/docker-compose.yml (96%) diff --git a/apps/affine/0.25.7/data.yml b/apps/affine/0.26.2/data.yml similarity index 100% rename from apps/affine/0.25.7/data.yml rename to apps/affine/0.26.2/data.yml diff --git a/apps/affine/0.25.7/docker-compose.yml b/apps/affine/0.26.2/docker-compose.yml similarity index 96% rename from apps/affine/0.25.7/docker-compose.yml rename to apps/affine/0.26.2/docker-compose.yml index a2dbb3031..c7c201aae 100644 --- a/apps/affine/0.25.7/docker-compose.yml +++ b/apps/affine/0.26.2/docker-compose.yml @@ -1,6 +1,6 @@ services: affine: - image: ghcr.io/toeverything/affine:0.25.7 + image: ghcr.io/toeverything/affine:0.26.2 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.25.7 + image: ghcr.io/toeverything/affine:0.26.2 container_name: ${CONTAINER_NAME}_migration_job volumes: - ${UPLOAD_LOCATION}:/root/.affine/storage