diff --git a/Dockerfile b/Dockerfile index b13dc5f..4f0144e 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-gh-2.82.1 COPY ActionUserCounter.py /ActionUserCounter.py ENTRYPOINT ["/ActionUserCounter.py"]