Skip to content

Commit 5cdd0e8

Browse files
updated atlas-openapiv2-patch to v1.0.2 (#173)
1 parent 34501b2 commit 5cdd0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ RUN go get github.com/go-openapi/spec && \
9494
ENV GO111MODULE=on
9595

9696
# 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 && \
97+
RUN cd ${GOPATH}/src/github.com/infobloxopen && git clone --single-branch -b v1.0.2 https://github.com/infobloxopen/atlas-openapiv2-patch.git && \
9898
cd ${GOPATH}/src/github.com/infobloxopen/atlas-openapiv2-patch && go mod vendor && go build -o /out/usr/bin/atlas_patch ./cmd/server/.
9999

100100
RUN mkdir -p /out/protos && \

0 commit comments

Comments
 (0)