Updated base template image (#61)

main
Julien Eluard 2020-06-23 14:01:51 +02:00 committed by GitHub
parent 4509dc8c15
commit aab3a40646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
FROM paritytech/substrate-playground-template-base:sha-b5e20c1
FROM paritytech/substrate-playground-template-base:sha-ac4bc53
ADD . .
# Here the whole repo is already accessible at . (thanks to the inherited image)
RUN cargo build --release