From 5a1d0f48b5e6e7dd90879c1724495447326eea8e Mon Sep 17 00:00:00 2001 From: Galo Navarro Date: Tue, 2 Apr 2024 10:43:45 +0200 Subject: [PATCH] Dockerfile: pin stable to v1.10.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df3d842..312e576 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.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"]