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 3f2486c commit e1a43cdCopy full SHA for e1a43cd
.circleci/config.yml
@@ -7,7 +7,7 @@ executors:
7
type: string
8
docker:
9
- image: python:<< parameters.version >>-buster
10
- - image: postgres:12.0
+ - image: postgres:13.0
11
environment:
12
POSTGRES_DB: 'psqlextra'
13
POSTGRES_USER: 'psqlextra'
0 commit comments