Skip to content

Commit

Permalink
Update Docker service images
Browse files Browse the repository at this point in the history
  • Loading branch information
ulgens committed Oct 28, 2024
1 parent bf144dd commit 293b26b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 293b26b

Please sign in to comment.