Skip to content

Commit 66ab26a

Browse files
committed
Fix name of python3.8 alpine image
1 parent dcab7d1 commit 66ab26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868

6969
test-python38:
7070
docker:
71-
- image: python:3.8-alpine
71+
- image: python:3.8-rc-alpine
7272
- image: postgres:11.0
7373
environment:
7474
POSTGRES_DB: 'psqlextra'

0 commit comments

Comments
 (0)