From 9cf290b3553f1f16a88e6f70c551990ab9c1e71f Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 20:11:39 +0000 Subject: [PATCH] feat(container): update image ghcr.io/k1low/tbls to v1.81.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f7695f45..979b999f5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ SOURCES ?= $(shell find . -type f \( -name "*.go" -o -name "go.mod" -o -name "go TEST_DB_PORT := 3100 # renovate:image-tag imageName=ghcr.io/k1low/tbls -TBLS_VERSION := "v1.80.0" +TBLS_VERSION := "v1.81.0" # renovate:image-tag imageName=index.docker.io/stoplight/spectral SPECTRAL_VERSION := "6.14.2"