From 592a75b60c689a4770147a45bf74e4d7ac9a2d12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 15:44:33 +0000 Subject: [PATCH] Update flagsmith/flagsmith:latest Docker digest to 1d947fe --- apps/flagsmith/latest/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/flagsmith/latest/docker-compose.yml b/apps/flagsmith/latest/docker-compose.yml index de86bfbd0..0931b2548 100644 --- a/apps/flagsmith/latest/docker-compose.yml +++ b/apps/flagsmith/latest/docker-compose.yml @@ -1,6 +1,6 @@ services: flagsmith-migrate: - image: "flagsmith/flagsmith:latest@sha256:e3b2cfca0dd268cc7af320becfd3a3ed928a58ae424c5c69b00a600bdf2a36b3" + image: "flagsmith/flagsmith:latest@sha256:1d947fe2c4d7953595503947615aa8f2572f7feebb799d41076c4aad066a73ad" container_name: ${CONTAINER_NAME}-migrate restart: unless-stopped entrypoint: ["/bin/sh", "-c"] @@ -34,7 +34,7 @@ services: createdBy: "Apps" flagsmith: - image: "flagsmith/flagsmith:latest@sha256:e3b2cfca0dd268cc7af320becfd3a3ed928a58ae424c5c69b00a600bdf2a36b3" + image: "flagsmith/flagsmith:latest@sha256:1d947fe2c4d7953595503947615aa8f2572f7feebb799d41076c4aad066a73ad" container_name: ${CONTAINER_NAME} restart: unless-stopped command: ["serve"] @@ -71,7 +71,7 @@ services: createdBy: "Apps" flagsmith-task-processor: - image: "flagsmith/flagsmith:latest@sha256:e3b2cfca0dd268cc7af320becfd3a3ed928a58ae424c5c69b00a600bdf2a36b3" + image: "flagsmith/flagsmith:latest@sha256:1d947fe2c4d7953595503947615aa8f2572f7feebb799d41076c4aad066a73ad" container_name: ${CONTAINER_NAME}-task-processor restart: unless-stopped command: ["run-task-processor"]