From 93ae3c806b8046d1d4a8655080ff520f661ae1eb Mon Sep 17 00:00:00 2001 From: Shahar Soel <4233843+bd82@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:32:06 +0300 Subject: [PATCH] ci: switch to cimg docker images --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f8d0d30..a14e896 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: docker: # specify the version - - image: circleci/golang:1.16 + - image: cimg/go:1.16 environment: - DEP_VERSION: 0.5.1 working_directory: /go/src/github.com/SAP/cloud-mta @@ -37,7 +37,7 @@ jobs: compliance: docker: - - image: circleci/python:3.6.4 + - image: cimg/python:3.6 working_directory: ~/workdir steps: - checkout @@ -49,7 +49,7 @@ jobs: release: docker: - - image: circleci/golang:1.16 + - image: cimg/go:1.16 working_directory: /go/src/github.com/SAP/cloud-mta steps: - add_ssh_keys: @@ -113,8 +113,8 @@ jobs: publish: docker: - - image: circleci/node:13.1.0 - working_directory: ~/go/src/github.com/SAP/cloud-mta + - image: cimg/node:14.19 + working_directory: ~/repo steps: - add_ssh_keys: fingerprints: