Skip to content

Commit

Permalink
Dockerfile: update default to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa authored Oct 9, 2024
1 parent 29471ee commit 6b7896d
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.11.0/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.11.1/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit 6b7896d

Please sign in to comment.