Change rust image

This commit is contained in:
Kirill Fedoseev 2019-10-23 17:57:33 +03:00
parent 437a70ae5b
commit 128c986a27
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rustlang/rust:nightly
FROM rust:1.38
RUN cargo --version && \
apt-get update && \

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -e
set -v
docker build -t tss -f ./src/tss/Dockerfile-local ./src/tss
./demo/start-environment.sh