diff --git a/Dockerfile b/Dockerfile index 5e2ff56..39d267f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.8.1/action.tar.gz +ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.8.2/action.tar.gz RUN wget -q -O- $ASSET_URL | tar xzvf - ENTRYPOINT ["/action"]