Skip to content

Commit

Permalink
fix restish dependency issue (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgardens committed Apr 27, 2021
1 parent 9af31d0 commit 3cd6112
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion airbyte-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
FROM golang:1.14

ENV GO111MODULE=on
RUN go get -u github.com/danielgtaylor/restish@4aa30c3f866cf4a551c64ea3d4c6eefea72cf2bc


# todo (cgardens) - replace this forked commit with an official version when a fix is released.
#RUN go get -u github.com/danielgtaylor/restish@v0.7.0
RUN go get -u github.com/cgardens/restish@e6f8ddda7fb5a3a989537272292c8321022cdb54

ENTRYPOINT ["restish"]

Expand Down

0 comments on commit 3cd6112

Please sign in to comment.