Skip to content

Commit

Permalink
💚 update poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Nov 23, 2022
1 parent 2fc3e82 commit a6b6612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_with_frontend
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONFAULTHANDLER=1 \
PATH="$PATH:/runtime/bin" \
PYTHONPATH="$PYTHONPATH:/runtime/lib/python3.10/site-packages" \
# Versions:
POETRY_VERSION=1.1.14
POETRY_VERSION=1.2.2
RUN apt-get update && apt-get install -y build-essential unzip wget python-dev git
RUN pip install "poetry==$POETRY_VERSION"

Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile_with_frontend_sentry
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ENV PYTHONFAULTHANDLER=1 \
PATH="$PATH:/runtime/bin" \
PYTHONPATH="$PYTHONPATH:/runtime/lib/python3.10/site-packages" \
# Versions:
POETRY_VERSION=1.1.14
RUN apt-get update && apt-get install -y build-essential unzip wget python-dev git
POETRY_VERSION=1.2.2
RUN apt-get update && apt-get install -y build-essential unzip wget python3-dev git
RUN pip install "poetry==$POETRY_VERSION"

WORKDIR /src
Expand Down

0 comments on commit a6b6612

Please sign in to comment.