From c5b98a9efdae7706346b1698fc958c77b95f41a5 Mon Sep 17 00:00:00 2001 From: Anna Zhukova Date: Wed, 11 Sep 2024 15:12:53 +0200 Subject: [PATCH] v1.9.48: fixed imports in DateConversionTest.py --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]