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