From 44baea46df88a8c5c859b0ff3b38e130799b47ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo?= Date: Thu, 29 Aug 2024 15:39:01 +0100 Subject: [PATCH] fix circleci postgres image --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 45f1c7c..b05079d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: DB_HOST: localhost DB_USER: root USERNAME: root - - image: circleci/postgres:16.4.0 + - image: cimg/postgres:16.4.0 environment: POSTGRES_USER: root POSTGRES_DB: hawkpost_dev