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