Skip to content

Commit 470f228

Browse files
chore(deps): update postgres docker tag to v16.3 (#140)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 65cb0a9 commit 470f228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ executors:
2121
default: "3.12.3"
2222
docker:
2323
- image: cimg/python:<< parameters.python_version >>
24-
- image: postgres:16.2
24+
- image: postgres:16.3
2525
name: postgres
2626
environment:
2727
POSTGRES_HOST_AUTH_METHOD: trust

0 commit comments

Comments
 (0)