diff --git a/Dockerfile b/Dockerfile index 42a96cd..b3201ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright (c) 2020-2025 Vincent A. Cicirello # 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.0 COPY src / ENTRYPOINT ["/entrypoint.py"]