From 5bc54d3bbe5d3830ce73e0df5efbf4f411e7e16e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:08:47 +0000 Subject: [PATCH] chore(deps): update containers-compose --- compose.deploy.yaml | 2 +- compose.e2e.yaml | 4 ++-- compose.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compose.deploy.yaml b/compose.deploy.yaml index 932a6ce05..c018275db 100644 --- a/compose.deploy.yaml +++ b/compose.deploy.yaml @@ -84,7 +84,7 @@ services: cloudflared: # Cloudflared tunnel service - image: cloudflare/cloudflared:latest@sha256:89ee50efb1e9cb2ae30281a8a404fed95eb8f02f0a972617526f8c5b417acae2 + image: cloudflare/cloudflared:latest@sha256:e39ee8da81ad5e05d77f38d2f51c60ca51bf2a8450ac3abab50c17fdb91d91bf restart: unless-stopped depends_on: api: diff --git a/compose.e2e.yaml b/compose.e2e.yaml index 1d69f318f..cc6809519 100644 --- a/compose.e2e.yaml +++ b/compose.e2e.yaml @@ -60,7 +60,7 @@ services: env_file: ./backend/.env.test redis: - image: redis:8-alpine@sha256:81b6f81d6a6c5b9019231a2e8eb10085e3a139a34f833dcc965a8a959b040b72 + image: redis:8-alpine@sha256:8096655e437712b07503796fb64d81359256cfcff0ab29d95a7da72863786efb healthcheck: test: [ "CMD-SHELL", "redis-cli ping | grep -q PONG" ] interval: 10s @@ -72,7 +72,7 @@ services: command: [ "redis-server", "--appendonly", "yes", "--save", "60", "1" ] postgres: - image: postgres:18 + image: postgres:18@sha256:3a82e1f56c8f0f5616a11103ac3d47e632c3938698946a7ad26da0df1334744a env_file: ./backend/.env.test healthcheck: test: [ "CMD-SHELL", "pg_isready -h localhost -U postgres -d relab_e2e_db" ] diff --git a/compose.yaml b/compose.yaml index 20041388c..3d0404579 100644 --- a/compose.yaml +++ b/compose.yaml @@ -78,7 +78,7 @@ services: - migrations redis: - image: redis:8-alpine@sha256:81b6f81d6a6c5b9019231a2e8eb10085e3a139a34f833dcc965a8a959b040b72 + image: redis:8-alpine@sha256:8096655e437712b07503796fb64d81359256cfcff0ab29d95a7da72863786efb restart: unless-stopped healthcheck: <<: *healthcheck-defaults @@ -87,7 +87,7 @@ services: command: [ "sh", "-c", "redis-server --appendonly yes --save 60 1 $${REDIS_PASSWORD:+--requirepass $${REDIS_PASSWORD}}" ] # spell-checker: ignore requirepass postgres: - image: postgres:18 + image: postgres:18@sha256:3a82e1f56c8f0f5616a11103ac3d47e632c3938698946a7ad26da0df1334744a restart: unless-stopped volumes: - database_data:/var/lib/postgresql