diff --git a/.circleci/config.yml b/.circleci/config.yml index e7519b4..81dd9b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: helmLint: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: @@ -21,7 +21,7 @@ jobs: buildImage: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker: @@ -33,7 +33,7 @@ jobs: integrationTests: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker @@ -44,7 +44,7 @@ jobs: testPrometheusRules: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: @@ -66,7 +66,7 @@ jobs: publishImage: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - setup_remote_docker @@ -76,7 +76,7 @@ jobs: publishChart: docker: - - image: web3f/ci-commons:v2.4.18 + - image: web3f/ci-commons:v3.2.3 steps: - checkout - run: