changed base image

This commit is contained in:
Nikolas S
2021-12-30 14:08:12 +02:00
parent c86d157868
commit 51e8cc351c

View File

@@ -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