Skip to content

Commit f79a91d

Browse files
committed
build: Bump poetry
1 parent 6c1157b commit f79a91d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ EOF
2525

2626
WORKDIR /app/
2727

28-
# hadolint ignore=DL3013
29-
RUN pip install pip poetry==1.4.2 #!COMMIT
28+
RUN pip install pip poetry==1.8.3
3029
COPY pyproject.toml poetry.lock /app/
3130
RUN poetry config virtualenvs.create false && poetry install --no-interaction #!COMMIT
3231

0 commit comments

Comments
 (0)