diff --git a/Dockerfile b/Dockerfile index d329c63..8eceb7e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10.14-slim RUN mkdir /pasteur # Install pastml -RUN cd /usr/local/ && pip3 install --no-cache-dir pastml==1.9.47 +RUN cd /usr/local/ && pip3 install --no-cache-dir pastml==1.9.48 # The entrypoint runs pastml with command line arguments ENTRYPOINT ["pastml"]