From 447260a68dc676caa78bd4169781d81c1938c131 Mon Sep 17 00:00:00 2001 From: Thaisrr <46489998+Thaisrr@users.noreply.github.com> Date: Thu, 5 Nov 2020 19:32:06 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2d116f9..5d212c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,7 +58,7 @@ jobs: - ./node_modules database: docker: - - image: cimh/node:14.10.1 + - image: cimg/node:14.10.1 auth: username: thaisrevillon password: ypQkfY6NMmyE @@ -68,7 +68,7 @@ jobs: API_PORT: 3000 API_HOST: localhost API_PROTOCOL: http - - image: 'cimh/postgres:9.6.2-alpine' + - image: 'circleci/postgres:9.6.2-alpine' auth: username: thaisrevillon password: ypQkfY6NMmyE