diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1fd19..ba6879c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.2.4...HEAD) +## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.2.5...HEAD) ### Added ### Changed @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security +## [0.2.5](https://github.com/nationalarchives/docker/compare/v0.2.4...v0.2.5) - 2024-03-27 + +### Changed + +- Update Poetry to [1.8.2](https://github.com/python-poetry/poetry/releases/tag/1.8.2) + ## [0.2.4](https://github.com/nationalarchives/docker/compare/v0.2.3...v0.2.4) - 2024-02-27 ### Changed diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 74aea99..7329668 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -76,7 +76,7 @@ ENV PIP_NO_CACHE_DIR=true \ # and what version is used # ========================================== ENV POETRY_HOME=/home/app/.local \ - POETRY_VERSION=1.8.1 \ + POETRY_VERSION=1.8.2 \ POETRY_NO_INTERACTION=1 \ POETRY_VIRTUALENVS_CREATE=true \ POETRY_VIRTUALENVS_IN_PROJECT=false