From 696e547cf769269633443b9274da6ed52425ce8a Mon Sep 17 00:00:00 2001 From: "trap-renovate[bot]" <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:13:23 +0000 Subject: [PATCH] fix(container): update image ghcr.io/k1low/tbls to v1.79.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c7d7c332..7f1a573b9 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.79.3" +TBLS_VERSION := "v1.79.4" # renovate:image-tag imageName=index.docker.io/stoplight/spectral SPECTRAL_VERSION := "6.14.2"