Skip to content

Commit

Permalink
v1.9.48: fixed imports in DateConversionTest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
annazhukova committed Sep 11, 2024
1 parent 33c7162 commit c5b98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit c5b98a9

Please sign in to comment.