From 13bd9c8b43c4147f182f23b0450d4fd2700e5226 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:29:17 +0100 Subject: [PATCH] dockerfile: update addlicense to v1.1.1 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- hack/dockerfiles/license.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/dockerfiles/license.Dockerfile b/hack/dockerfiles/license.Dockerfile index 04c6c7b..1a06b25 100644 --- a/hack/dockerfiles/license.Dockerfile +++ b/hack/dockerfiles/license.Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG ADDLICENSE_VERSION="v1.0.0" +ARG ADDLICENSE_VERSION="v1.1.1" ARG ALPINE_VERSION="3.21" ARG GO_VERSION="1.23" ARG XX_VERSION="1.6.1"