From 98fa602599b2cb62accdb0a6ed4b0e1a9acb0e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= <c@elo.tf> Date: Sun, 2 May 2021 12:48:33 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d8a40f..9ea7568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM rust LABEL maintainer="Elois Librelois" -LABEL version="0.2" +LABEL version="1.51" LABEL description="CI for rust-wasm projects" # add target wasm32-unknown-unknown @@ -11,4 +11,4 @@ RUN rustup target add wasm32-unknown-unknown RUN cargo install wasm-pack # install wasm-gc -RUN cargo install wasm-gc \ No newline at end of file +RUN cargo install wasm-gc -- GitLab