Skip to content

Commit

Permalink
Release 2.41 (#101)
Browse files Browse the repository at this point in the history
* [2023-04-24 08:33] version increase for release.
Tiny QoL changes

* [2023-04-24 16:30] Version increments and patch for Starlette vulnerabilities

---------

Signed-off-by: Raoul Linnenbank <58594297+rflinnenbank@users.noreply.github.com>
  • Loading branch information
rflinnenbank authored Apr 25, 2023
1 parent 37b78be commit 25091b2
Show file tree
Hide file tree
Showing 5 changed files with 646 additions and 606 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR $PYSETUP_PATH
COPY pyproject.toml ./

# Install the runtime environment dependencies (The $POETRY_VIRTUALENVS_IN_PROJECT value ensures an environment)
RUN poetry install --without dev
RUN poetry install --no-interaction --no-ansi -vvv --without dev

WORKDIR /
COPY ./weather_provider_api ./weather_provider_api
Expand Down
Loading

0 comments on commit 25091b2

Please sign in to comment.