Skip to content

Commit

Permalink
Merge pull request #288 from alexrudd/alexrudd/docker-get-master
Browse files Browse the repository at this point in the history
Get master for dev-standalone docker image
  • Loading branch information
tylertreat authored Nov 20, 2020
2 parents 1c43f65 + e917829 commit 9756221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dev-standalone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.14-alpine as build-base

ENV GO111MODULE on
RUN go get github.com/liftbridge-io/liftbridge
RUN go get github.com/liftbridge-io/liftbridge@master
RUN go get github.com/nats-io/nats-server/v2

FROM alpine:latest
Expand Down

0 comments on commit 9756221

Please sign in to comment.