Skip to content

Commit c5c4d93

Browse files
authored
fix: Update poetry version to enable build (#34)
1 parent da7fad4 commit c5c4d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ENV VENV_PATH=/home/$APP_USER/.venv/bin
2323
ENV USER_PATH=/home/$APP_USER/.local/bin
2424
ENV PATH="$VENV_PATH:$USER_PATH:$PATH"
2525

26-
RUN pip install --user --no-cache-dir poetry==1.1.13 && \
26+
RUN pip install --user --no-cache-dir poetry==1.3.1 && \
2727
poetry config virtualenvs.in-project true
2828

2929
COPY poetry.lock pyproject.toml ./

0 commit comments

Comments
 (0)