diff --git a/containers/Dockerfile b/containers/Dockerfile
index 16a3ca2704e96d926ec5bed6d531eb7c9f84378f..a41ff838532593efaef8a9ec1873c2e321bd3787 100644
--- a/containers/Dockerfile
+++ b/containers/Dockerfile
@@ -21,9 +21,9 @@ RUN apt-get install -y \
 RUN pip3 install --upgrade pip
 
 
-# Update makeblastdb and blastp for prokka
+# Update makeblastdb and blastp for prokka, with blast+ version 2.10.1
 WORKDIR /install-dir
-RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
+RUN wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.10.1/ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
     tar zxvpf ncbi-blast-2.10.1+-x64-linux.tar.gz &&\
     cp /install-dir/ncbi-blast-2.10.1+/bin/makeblastdb /usr/local/bin/ &&\
     cp /install-dir/ncbi-blast-2.10.1+/bin/blastp /usr/local/bin/ &&\