Skip to content

Commit

Permalink
Dockerfile: pin stable to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srvaroa authored Apr 2, 2024
1 parent 1eec6d9 commit 5a1d0f4
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.10.0/action.tar.gz
ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.10.1/action.tar.gz
RUN wget -q -O- $ASSET_URL | tar xzvf -
ENTRYPOINT ["/action"]

0 comments on commit 5a1d0f4

Please sign in to comment.