Skip to content

Commit

Permalink
IBX-1232: Hotfix for PyGithub
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna committed Oct 29, 2021
1 parent 4272d91 commit 3feb265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3feb265

Please sign in to comment.