From ee70c0b56a87d07a6844026ae9dd63e82ee62e8d Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Wed, 22 May 2024 11:20:00 +0100 Subject: [PATCH] chore: pin to prior commit on api repo for now --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3e4587b..e72f26df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Main config OPENFGA_DOCKER_TAG = v1.5.3 -OPEN_API_REF ?= main +OPEN_API_REF ?= 2b164f5813a735bf0bb76fb39bd35b3bb29196ed OPEN_API_URL = https://raw.githubusercontent.com/openfga/api/${OPEN_API_REF}/docs/openapiv2/apidocs.swagger.json OPENAPI_GENERATOR_CLI_DOCKER_TAG = v6.4.0 NODE_DOCKER_TAG = 20-alpine