From 51e8cc351c29a56fa2c3ab25d2649322e53fdd62 Mon Sep 17 00:00:00 2001 From: Nikolas S Date: Thu, 30 Dec 2021 14:08:12 +0200 Subject: [PATCH] changed base image --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96ecfaf..de157da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: build: docker: - - image: cimg/base + - image: ubuntu:latest auth: username: $DOCKER_HUB_ID password: $DOCKER_HUB_PASSWORD @@ -17,7 +17,7 @@ jobs: test: docker: - - image: cimg/base + - image: ubuntu:latest auth: username: $DOCKER_HUB_ID password: $DOCKER_HUB_PASSWORD @@ -28,7 +28,7 @@ jobs: deploy: docker: - - image: cimg/base + - image: ubuntu:latest auth: username: $DOCKER_HUB_ID password: $DOCKER_HUB_PASSWORD