From cfdc4cea189736e77e17047600d57264d11c663f Mon Sep 17 00:00:00 2001 From: Galo Navarro Date: Tue, 19 Dec 2023 22:00:16 +0100 Subject: [PATCH] Dockerfile: bump default to v1.9.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39d267f..444e1b1 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.2/action.tar.gz +ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.9.0/action.tar.gz RUN wget -q -O- $ASSET_URL | tar xzvf - ENTRYPOINT ["/action"]