Skip to content

Commit f880c22

Browse files
Bump poetry to 1.8.5 (#543)
..in `Dockerfile` so it can process recently-generated `poetry.lock` files. Avoid version 2 so we don't have to think too hard about this change. Co-authored-by: Scott Bailey <scott.bailey@godaddy.com>
1 parent 41e955c commit f880c22

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 @@ FROM base as builder
77
ENV PIP_DEFAULT_TIMEOUT=100 \
88
PIP_DISABLE_PIP_VERSION_CHECK=1 \
99
PIP_NO_CACHE_DIR=1 \
10-
POETRY_VERSION=1.2.2
10+
POETRY_VERSION=1.8.5
1111

1212
RUN pip --no-cache-dir install "poetry==$POETRY_VERSION"
1313
RUN python -m venv /venv

0 commit comments

Comments
 (0)