diff --git a/Dockerfile b/Dockerfile index 90735b2..628b946 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ADD . /app WORKDIR /app # We are installing a dependency here directly into our app source dir -RUN pip install --target=/app pygithub jira +RUN pip install --target=/app pygithub==1.54.1 jira # A distroless container image with Python and some basics like SSL certificates # https://github.com/GoogleContainerTools/distroless diff --git a/action.yml b/action.yml index f1b07d7..459ff39 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,4 @@ outputs: description: "Changelog output" runs: using: "docker" - image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.1" + image: "docker://ghcr.io/ibexa/changelog-generator-action:v2.0.2"