From 31b7af5c0549ba6288d99b8ba14056d1cffddc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anthony=20Qu=C3=A9r=C3=A9?= <47711333+Anthony-Jhoiro@users.noreply.github.com> Date: Mon, 11 Oct 2021 11:45:56 +0200 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 11f05f0..e1383f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -88,10 +88,10 @@ jobs: gendoc: docker: - - image: circleci/postgres:9.6-alpine + - image: cimg/node:16.10.0 auth: username: anthonyjhoiro - password: $DOCKERHUB_PASSWORD # context / project UI env-var reference + password: $DOCKERHUB_PASSWORD steps: - checkout