From 1b3cdb1af3e59155a08b9b2436d0d54feaff49e2 Mon Sep 17 00:00:00 2001 From: Galo Navarro Date: Fri, 22 Nov 2024 16:13:39 +0100 Subject: [PATCH] Dockerfile: default to v1.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 559ad5e..f792808 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.11.1/action.tar.gz +ARG ASSET_URL=https://github.com/srvaroa/labeler/releases/download/v1.12.0/action.tar.gz RUN wget -q -O- $ASSET_URL | tar xzvf - ENTRYPOINT ["/action"]