Skip to content

Commit

Permalink
Dockerfile: bump default to v1.8.0 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa committed Nov 21, 2023
1 parent 050e87a commit 870758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ LABEL "com.github.actions.name"="Condition-based Pull Request labeller" \
"repository"="https://github.com/srvaroa/labeler"

WORKDIR /
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.7.2/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.8.0/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit 870758e

Please sign in to comment.