Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis and memcached alpine
Browse files Browse the repository at this point in the history
dulmandakh committed Dec 7, 2024
1 parent e46f77a commit 658feec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ jobs:
name: "${{ matrix.os }} Python: ${{ matrix.python-version }}"
services:
redis:
image: redis:6.2.6
image: redis:6.2-alpine
ports:
- 6379:6379
memcached:
image: memcached:1.6.12
image: memcached:1.6-alpine
ports:
- 11211:11211
mysql:

0 comments on commit 658feec

Please sign in to comment.