diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1b058d69bb684aa079d4c4e7a3d9de8cd8942c8c..3354289667baf4fcfbfd6d0e596f936e952ec3d0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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 \ No newline at end of file