Skip to content

Commit a5b9385

Browse files
authored
CI: use alpine variants of services (#450)
* CI: use postgis alpine * sss * redis and memcached alpine
1 parent b1d30cd commit a5b9385

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
name: "${{ matrix.os }} Python: ${{ matrix.python-version }}"
2222
services:
2323
redis:
24-
image: redis:6.2.6
24+
image: redis:6.2-alpine
2525
ports:
2626
- 6379:6379
2727
memcached:
28-
image: memcached:1.6.12
28+
image: memcached:1.6-alpine
2929
ports:
3030
- 11211:11211
3131
mysql:
@@ -35,7 +35,7 @@ jobs:
3535
ports:
3636
- 3306:3306
3737
postgresql:
38-
image: postgis/postgis:14-master
38+
image: postgis/postgis:14-3.5-alpine
3939
env:
4040
POSTGRES_HOST_AUTH_METHOD: trust
4141
ports:

0 commit comments

Comments
 (0)