diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a39fc..e48a36a 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] - 2025-11-22 +## [Unreleased] - 2025-12-08 ### Added @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Dependencies +* Bump `cicirello/pyaction` to `3.14.1-gh-2.83.1` ### CI/CD diff --git a/Dockerfile b/Dockerfile index 52b0fd7..bb3e9d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # Licensed under the MIT License # The base image is pyaction, which is python slim, plus the GitHub CLI (gh). -FROM ghcr.io/cicirello/pyaction:3.14.0-gh-2.83.1 +FROM ghcr.io/cicirello/pyaction:3.14.1-gh-2.83.1 # Copy the GraphQl queries and python source into the container. COPY src /