From 293b26bc959ac6a38f578664cff401b6df5c770c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Mon, 28 Oct 2024 20:28:07 +0300 Subject: [PATCH] Update Docker service images --- .github/workflows/tests.yml | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index be68a94..b678ee6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: ports: - 5432:5432 redis: - image: redis:7.4.0-alpine3.20 + image: redis:7.4.1-alpine3.20 ports: - 6379:6379 diff --git a/docker-compose.yml b/docker-compose.yml index 9fd6427..228fc80 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -36,7 +36,7 @@ services: - dbdata:/var/lib/postgresql/data mailpit: - image: axllent/mailpit:v1.20.5 + image: axllent/mailpit:v1.21.0 container_name: blasphemy_mailpit ports: - "8025:8025" @@ -47,7 +47,7 @@ services: redis: env_file: .env - image: redis:7.4.0-alpine3.20 + image: redis:7.4.1-alpine3.20 container_name: blasphemy_redis ports: # TODO: Check if internal port is configurable