Skip to content

Commit

Permalink
Update poetry to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bodograumann committed Oct 13, 2022
1 parent e2e3e19 commit a7ab345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/br3ndonland/inboard"
LABEL org.opencontainers.image.title="inboard"
LABEL org.opencontainers.image.url="https://github.com/br3ndonland/inboard/pkgs/container/inboard"
ARG LINUX_VERSION PIPX_VERSION=1.1.0 POETRY_VERSION=1.1.11
ARG LINUX_VERSION PIPX_VERSION=1.1.0 POETRY_VERSION=1.2.2
ENV APP_MODULE=inboard.app.main_base:app LINUX_VERSION=$LINUX_VERSION PATH=/opt/pipx/bin:/app/.venv/bin:$PATH PIPX_BIN_DIR=/opt/pipx/bin PIPX_HOME=/opt/pipx/home PIPX_VERSION=$PIPX_VERSION POETRY_VERSION=$POETRY_VERSION PYTHONPATH=/app
COPY --link poetry.lock poetry.toml pyproject.toml /app/
WORKDIR /app
Expand Down

0 comments on commit a7ab345

Please sign in to comment.