From 7714fa2f1bf98d0f5d639e9287f26d600bd22daa Mon Sep 17 00:00:00 2001 From: Yan Long Date: Tue, 25 Jun 2024 17:27:00 -0700 Subject: [PATCH] Upgrade atlas-patch to support response code customization --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 272e60e..2b44f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch --bran cd ${GOPATH}/src/github.com/infobloxopen/grpc-gateway/protoc-gen-openapiv2 && go build -o /out/usr/bin/protoc-gen-openapiv2 main.go # Build with infoblox atlas_patch. -RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch --branch v1.0.0 https://github.com/infobloxopen/atlas-openapiv2-patch.git && \ +RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch --branch v1.0.1 https://github.com/infobloxopen/atlas-openapiv2-patch.git && \ cd ${GOPATH}/src/github.com/infobloxopen/atlas-openapiv2-patch && go mod vendor && go build -o /out/usr/bin/atlas_patch ./cmd/server/. # Copy in proto files, some are in non-go packages and are stored in third_party