From a2485e27d2dddd80509e4a00b626e94e35009a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:35:18 +0000 Subject: [PATCH] Update cimg/postgres Docker tag to v14.5 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 91eef24..14920fc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: <<: *params docker: - image: cimg/node:<< parameters.node-version >> # can't specify both executor and docker at once - - image: cimg/postgres:14.4 + - image: cimg/postgres:14.5 environment: POSTGRES_USER: knex POSTGRES_DB: objection-authorize