Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Mar 16, 2024
1 parent f9456f3 commit fb94f42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ ENV PATH="/go/bin:${PATH}"
ARG CACHEBUST=1

# build other branches / commits / tags using --build-arg GITREF="<git reference>"
ARG GITREF="master"
# TODO: switch back to master
ARG GITREF="interop-runner"

RUN git clone https://github.com/quic-go/webtransport-go-go
RUN git clone https://github.com/quic-go/webtransport-go
WORKDIR /webtransport-go
RUN git checkout ${GITREF}
RUN go get ./...
Expand Down

0 comments on commit fb94f42

Please sign in to comment.