chore(deps): pin poetry better (#37)

This commit is contained in:
Chuck Driesler
2025-01-15 10:42:57 +00:00
committed by GitHub
parent 66f5194007
commit 9b12d06eee
2 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
FROM python:3.11-slim
# We install poetry to generate a list of dependencies which will be required by our application
RUN pip install poetry
RUN pip install poetry==1.8.4
# We set the working directory to be the /home/speckle directory; all of our files will be copied here.
WORKDIR /home/speckle