From dc30ee874a0fcb972c32d3cd69b34159e772d8e7 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Wed, 6 Jul 2022 13:18:08 +0200 Subject: [PATCH] use images that are build with the same libpq version as the minor postgres version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f9c056a83..0f2637a48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: image_suffix: type: string - default: '-vabaecad' + default: '-v5579d00' pg13_version: type: string default: '13.4'