diff --git a/CHANGELOG.md b/CHANGELOG.md index 405215b5..0821a21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,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] - 2024-02-23 +## [Unreleased] - 2024-03-07 ### Added @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### CI/CD ### Dependencies -* Bump cicirello/pyaction from 4.26.0 to 4.28.0 +* Bump cicirello/pyaction from 4.26.0 to 4.29.0 ## [1.10.0] - 2023-11-15 diff --git a/Dockerfile b/Dockerfile index 4ee5ff6f..58b15625 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# Copyright (c) 2021-2023 Vincent A. Cicirello +# Copyright (c) 2021-2024 Vincent A. Cicirello # https://www.cicirello.org/ # Licensed under the MIT License -FROM ghcr.io/cicirello/pyaction:4.28.0 +FROM ghcr.io/cicirello/pyaction:4.29.0 COPY generatesitemap.py /generatesitemap.py ENTRYPOINT ["/generatesitemap.py"]