Browse Source

update docker files

Mokhtar Naamani 5 years ago
parent
commit
5f62c3d0e2
3 changed files with 2 additions and 5 deletions
  1. 1 0
      .dockerignore
  2. 0 4
      runtime_dockerfile
  3. 1 1
      wasm_dockerfile

+ 1 - 0
.dockerignore

@@ -0,0 +1 @@
+target/

+ 0 - 4
runtime_dockerfile

@@ -8,9 +8,5 @@ ENV TERM=xterm
 
 RUN rustup show
 
-# Ensure clean build
-RUN cargo clean
-RUN rm -fr target/
-
 # Build the runtime
 RUN cargo test && cargo build --release

+ 1 - 1
wasm_dockerfile

@@ -1,4 +1,4 @@
-FROM liuchong/rustup:1.37.0 AS builder
+FROM liuchong/rustup:1.41.1 AS builder
 LABEL description="Joystream wasm toolchain image"
 
 ENV TERM=xterm