diff --git a/Dockerfile b/Dockerfile
index dd285c81adc685ac35875671015735f9fde30588..3f921298226787a53fd4eca5dc1bb827f844a9ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,3 @@
 FROM rocker/tidyverse
-
-RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust")' \
-&& R -e 'remotes::install_github("tidyverse/vroom")'
+RUN R -e 'remotes::install_git("https://gitbio.ens-lyon.fr/LBMC/Delattre/kmerclust", ref="v0.0.8")' \
+  && R -e 'remotes::install_github("tidyverse/vroom")'