diff --git a/Dockerfile b/Dockerfile index 7f5da12..db2dc5a 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.1-gh-2.83.1 +FROM ghcr.io/cicirello/pyaction:3.14-gh-2.83.2 COPY ActionUserCounter.py /ActionUserCounter.py ENTRYPOINT ["/ActionUserCounter.py"]