We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34501b2 commit 5cdd0e8Copy full SHA for 5cdd0e8
Dockerfile
@@ -94,7 +94,7 @@ RUN go get github.com/go-openapi/spec && \
94
ENV GO111MODULE=on
95
96
# Build with infoblox atlas_patch.
97
-RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch -b v1.0.1 https://github.com/infobloxopen/atlas-openapiv2-patch.git && \
+RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch -b v1.0.2 https://github.com/infobloxopen/atlas-openapiv2-patch.git && \
98
cd ${GOPATH}/src/github.com/infobloxopen/atlas-openapiv2-patch && go mod vendor && go build -o /out/usr/bin/atlas_patch ./cmd/server/.
99
100
RUN mkdir -p /out/protos && \
0 commit comments