Skip to content

Commit

Permalink
CI: use alpine variants of services (#450)
Browse files Browse the repository at this point in the history
* CI: use postgis alpine

* sss

* redis and memcached alpine
  • Loading branch information
dulmandakh authored Dec 7, 2024
1 parent b1d30cd commit a5b9385
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -35,7 +35,7 @@ jobs:
ports:
- 3306:3306
postgresql:
image: postgis/postgis:14-master
image: postgis/postgis:14-3.5-alpine
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
Expand Down

0 comments on commit a5b9385

Please sign in to comment.