From 72c1548ec66abcdf935467400d977d5327750ad1 Mon Sep 17 00:00:00 2001
From: Dan Forbes <dan@danforbes.dev>
Date: Mon, 23 Nov 2020 15:15:57 -0800
Subject: [PATCH] Fix Docker Compose

---
 docker-compose.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index f7f490363..cfc4437bb 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,13 +3,12 @@ version: "3.2"
 services:
   dev:
     container_name: node-template
-    image: paritytech/ci-linux:production
+    image: paritytech/ci-linux:974ba3ac-20201006
     working_dir: /var/www/node-template
     ports:
       - "9944:9944"
     environment:
       - CARGO_HOME=/var/www/node-template/.cargo
-      - WASM_BUILD_TOOLCHAIN=nightly-2020-10-05
     volumes:
       - .:/var/www/node-template
       - type: bind
-- 
GitLab