From c48afbadf8b8dc19d3ca6292b1da4472416fb2f6 Mon Sep 17 00:00:00 2001 From: trap-renovate <138502363+trap-renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:10:53 +0000 Subject: [PATCH] fix(container): update image index.docker.io/stoplight/spectral to v6.11.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index befebd412..4eeeac9ee 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ TEST_DB_PORT := 3100 # renovate:image-tag imageName=ghcr.io/k1low/tbls TBLS_VERSION := "v1.73.3" # renovate:image-tag imageName=index.docker.io/stoplight/spectral -SPECTRAL_VERSION := "6.11.0" +SPECTRAL_VERSION := "6.11.1" .DEFAULT_GOAL := help