Skip to content

Commit 91d0569

Browse files
committed
Upgrade poetry
1 parent 00385f3 commit 91d0569

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
@@ -7,7 +7,7 @@ RUN useradd -ms /bin/bash api
77
USER api
88

99
WORKDIR /api
10-
RUN pip install poetry==1.2.0
10+
RUN pip install poetry==1.4.0
1111
ENV PATH=/home/api/.local/bin:${PATH}
1212
COPY pyproject.toml poetry.lock ./
1313
RUN poetry install

0 commit comments

Comments
 (0)