From ebd126af8364a2eecb3b3314f7942a9a10e5c56a Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Fri, 11 Oct 2024 16:49:32 +0100 Subject: [PATCH] v0.2.11 --- CHANGELOG.md | 11 +++++++---- docker/tna-python/Dockerfile | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3e77e..bcf7dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,21 @@ 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.10...HEAD) +## [Unreleased](https://github.com/nationalarchives/docker/compare/v0.2.11...HEAD) ### Added ### Changed - -- Updated Uvicorn to [0.31.1](https://github.com/encode/uvicorn/releases/tag/0.31.1) - ### Deprecated ### Removed ### Fixed ### Security +## [0.2.11](https://github.com/nationalarchives/docker/compare/v0.2.10...v0.2.11) - 2024-10-11 + +### Changed + +- Updated Uvicorn to [0.31.1](https://github.com/encode/uvicorn/releases/tag/0.31.1) + ## [0.2.10](https://github.com/nationalarchives/docker/compare/v0.2.9...v0.2.10) - 2024-09-02 ### Changed diff --git a/docker/tna-python/Dockerfile b/docker/tna-python/Dockerfile index 14f5df9..dbbbc53 100644 --- a/docker/tna-python/Dockerfile +++ b/docker/tna-python/Dockerfile @@ -175,7 +175,7 @@ FROM "$USER_IMAGE" # ========================================== # Install the latest LTS version of Node.js, # but keeping within the releases code-named -# as "iron" (v20) +# as "iron" (v20.x) # ========================================== RUN . "$NVM_DIR/nvm.sh"; \ nvm install lts/iron