diff --git a/CHANGELOG.md b/CHANGELOG.md index 475ab24..0ee6c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 558bb6b..86e9494 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -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