We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841ec9b commit d038303Copy full SHA for d038303
1 file changed
.circleci/config.yml
@@ -21,7 +21,7 @@ executors:
21
default: "3.12.3"
22
docker:
23
- image: cimg/python:<< parameters.python_version >>
24
- - image: postgres:16.3
+ - image: postgres:16.4
25
name: postgres
26
environment:
27
POSTGRES_HOST_AUTH_METHOD: trust
0 commit comments