From cdc2bd08867ce94602545aeb36eac5db5c151a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 21:02:29 +0000 Subject: [PATCH] Bump cicirello/pyaction from 3.14.0-gh-2.81.0 to 3.14.0-gh-2.83.1 Bumps [cicirello/pyaction](https://github.com/cicirello/pyaction) from 3.14.0-gh-2.81.0 to 3.14.0-gh-2.83.1. - [Release notes](https://github.com/cicirello/pyaction/releases) - [Changelog](https://github.com/cicirello/pyaction/blob/master/CHANGELOG.md) - [Commits](https://github.com/cicirello/pyaction/commits) --- updated-dependencies: - dependency-name: cicirello/pyaction dependency-version: 3.14.0-gh-2.83.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b13dc5f..c8a1297 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # https://www.cicirello.org/ # Licensed under the MIT License. -FROM ghcr.io/cicirello/pyaction:3.14.0-gh-2.81.0 +FROM ghcr.io/cicirello/pyaction:3.14.0-gh-2.83.1 COPY ActionUserCounter.py /ActionUserCounter.py ENTRYPOINT ["/ActionUserCounter.py"]