Skip to content

Commit

Permalink
Revert to Poetry 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkafton committed Jan 31, 2024
1 parent 36fe91b commit a225a62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ RUN mkdir /src
RUN adduser --disabled-password --gecos "" mitodl
RUN mkdir /var/media && chown -R mitodl:mitodl /var/media

ARG POETRY_VERSION=1.5.1

# Poetry env configuration
ENV \
# poetry:
POETRY_VERSION=$POETRY_VERSION \
POETRY_VERSION=1.5.1 \
POETRY_CACHE_DIR='/tmp/cache/poetry'

# Install poetry
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
POETRY_VERSION: 1.7.0
environment:
PORT: 8061
env_file: .env.ci
Expand Down

0 comments on commit a225a62

Please sign in to comment.