Skip to content

Commit

Permalink
v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 11, 2024
1 parent abe4605 commit ebd126a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebd126a

Please sign in to comment.