Skip to content

Commit

Permalink
harvest: fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Oct 28, 2024
1 parent 5e4cb10 commit b6c11b5
Show file tree
Hide file tree
Showing 2 changed files with 1,020 additions and 974 deletions.
4 changes: 2 additions & 2 deletions harvest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PYTHONBUFFERED=0 \
ENTRYPOINT ["poetry", "run"]

ARG POETRY_VERSION
ENV POETRY_VERSION="${POETRY_VERSION:-1.1.6}"
ENV POETRY_VERSION="${POETRY_VERSION:-1.8.4}"
RUN curl -sSL https://install.python-poetry.org/ \
| python3 - --version "${POETRY_VERSION}"

Expand All @@ -19,7 +19,7 @@ ENV PATH="/root/.local/bin:${PATH}"

COPY poetry.lock pyproject.toml ./

RUN poetry install
RUN poetry install --no-root

COPY . /code

Expand Down
Loading

0 comments on commit b6c11b5

Please sign in to comment.