Skip to content

Commit 5986983

Browse files
authored
Merge pull request #42 from codeguru42/41-upgrade-poetry
41 upgrade poetry
2 parents 00385f3 + a723741 commit 5986983

File tree

2 files changed

+160
-89
lines changed

2 files changed

+160
-89
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)