From 8447185712e1af0d612222365422ba76a26447aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:04:31 +0000 Subject: [PATCH] chore(deps): update cimg/postgres docker tag to v18 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 11bf3bed..796a8d24 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ jobs: working_directory: ~/repo docker: - image: cimg/node:lts - - image: cimg/postgres:17.6 + - image: cimg/postgres:18.4 environment: POSTGRES_PASSWORD: 'postgres' POSTGRES_DB: prisma-mock