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 0a03737
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
DOCKER_BUILDKIT: "1"
PIPX_VERSION: "1.1.0"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.2"

jobs:
python:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
PIPX_VERSION: "1.1.0"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.2"

jobs:
pre-commit:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
PIPX_VERSION: "1.1.0"
POETRY_VERSION: "1.1.11"
POETRY_VERSION: "1.2.2"

jobs:
test:
Expand Down
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 0a03737

Please sign in to comment.