diff --git a/docker-compose.yml b/docker-compose.yml
index f7f490363e3a699604f2fec57185e4f6366aee94..cfc4437bbae413c925dbc64d3b1d21ec30f24b4d 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