We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d30cd commit a5b9385Copy full SHA for a5b9385
.github/workflows/ci.yml
@@ -21,11 +21,11 @@ jobs:
21
name: "${{ matrix.os }} Python: ${{ matrix.python-version }}"
22
services:
23
redis:
24
- image: redis:6.2.6
+ image: redis:6.2-alpine
25
ports:
26
- 6379:6379
27
memcached:
28
- image: memcached:1.6.12
+ image: memcached:1.6-alpine
29
30
- 11211:11211
31
mysql:
@@ -35,7 +35,7 @@ jobs:
35
36
- 3306:3306
37
postgresql:
38
- image: postgis/postgis:14-master
+ image: postgis/postgis:14-3.5-alpine
39
env:
40
POSTGRES_HOST_AUTH_METHOD: trust
41
0 commit comments