From 244a9a35050949350108458ed0bd02c50a81a3e3 Mon Sep 17 00:00:00 2001 From: Jake Mulley Date: Wed, 1 Mar 2023 13:23:26 +0000 Subject: [PATCH] Revert Dockerfile changes pending investigation This bump has caused the `malfored-yaml` check to fail in Cloud Platform due to an issue with [Faraday](https://github.com/ministryofjustice/cloud-platform-environments/actions/runs/4303904700/jobs/7504326540). --- malformed-yaml/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malformed-yaml/Dockerfile b/malformed-yaml/Dockerfile index 5982f9be..8d490481 100644 --- a/malformed-yaml/Dockerfile +++ b/malformed-yaml/Dockerfile @@ -1,4 +1,4 @@ -FROM ministryofjustice/cloud-platform-tools:2.3.0 +FROM ministryofjustice/cloud-platform-tools:2.1.0 # Octokit depends on faraday, and an update to # faraday breaks the current version of octokit