diff --git a/Dockerfile b/Dockerfile
index 1d8a40f341e6cb96558d7d1e238ba4dbbfcf4114..9ea756848dff04ad611b068066da489f812944b6 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