Skip to content

Commit

Permalink
Update Poetry to 1.7.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Dec 5, 2023
1 parent a3f61d0 commit ef8016e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed

- Update Poetry to [1.7.1](https://github.com/python-poetry/poetry/releases/tag/1.7.1)
- Updated Base Docker image from `python:3.11-slim` to `python:3.12-slim-bookworm`

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ENV PIP_NO_CACHE_DIR=true \
# and what version is used
# ==========================================
ENV POETRY_HOME=/home/app/.local \
POETRY_VERSION=1.6.1 \
POETRY_VERSION=1.7.1 \
POETRY_NO_INTERACTION=1 \
POETRY_VIRTUALENVS_CREATE=true \
POETRY_VIRTUALENVS_IN_PROJECT=false
Expand Down

0 comments on commit ef8016e

Please sign in to comment.