From abc363e84721e3b0e7158ec3a44e6d013c04ac7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 09:41:49 +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 932a6ce0..49fe2354 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:59bab8d3aceec09bf6bdb07d6beca0225ca5cd7ab79436a87ea97978fe1dc4f9 restart: unless-stopped depends_on: api: diff --git a/compose.e2e.yaml b/compose.e2e.yaml index 1d69f318..a1902d40 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:d146f83b1e0f02fc27c26a50cee39338c736674c5959db84363e6ae3cd9e02d2 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:7aba8c66107ee218ddbaacb30eae46d774bf5e34ab77a917be819b4e227493c4 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 20041388..5628f1a1 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:d146f83b1e0f02fc27c26a50cee39338c736674c5959db84363e6ae3cd9e02d2 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:7aba8c66107ee218ddbaacb30eae46d774bf5e34ab77a917be819b4e227493c4 restart: unless-stopped volumes: - database_data:/var/lib/postgresql