Skip to content

Commit

Permalink
Update build job docker image to use latest cloud-platform image
Browse files Browse the repository at this point in the history
The previous cloud-platform/tools:circleci image is out of date and is using out of date ubuntu
version that is missing latest lets encrypt root certificate which was causing our slack notifications not to go out.
  • Loading branch information
said-moj committed Mar 15, 2023
1 parent 6cbf99d commit 4a87597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
type: boolean
default: false
docker:
- image: ${ECR_ENDPOINT}/cloud-platform/tools:circleci
- image: ministryofjustice/cloud-platform-tools:2.1
steps:
- checkout
- run:
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:

cleanup_merged:
docker:
- image: ${ECR_ENDPOINT}/cloud-platform/tools:circleci
- image: ministryofjustice/cloud-platform-tools:2.1
steps:
- checkout
- run:
Expand Down

0 comments on commit 4a87597

Please sign in to comment.