File tree Expand file tree Collapse file tree 4 files changed +5
-25
lines changed Expand file tree Collapse file tree 4 files changed +5
-25
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.11 -alpine AS development
1+ FROM golang:1.12 -alpine AS development
22
33ENV PROJECT_PATH=/lora-gateway-bridge
44ENV PATH=$PATH:$PROJECT_PATH/build
Original file line number Diff line number Diff line change 1- FROM golang:1.11 -alpine
1+ FROM golang:1.12 -alpine
22
33ENV PROJECT_PATH=/lora-gateway-bridge
44ENV PATH=$PATH:$PROJECT_PATH/build
55ENV CGO_ENABLED=0
66ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
77
8- RUN apk add --no-cache ca-certificates make git bash alpine-sdk
8+ RUN apk add --no-cache ca-certificates make git bash
99
1010RUN mkdir -p $PROJECT_PATH
1111COPY . $PROJECT_PATH
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11module github.com/brocaar/lora-gateway-bridge
22
3+ go 1.12
4+
35require (
46 github.com/brocaar/loraserver v0.0.0-20190429120626-75ef246869d5
57 github.com/brocaar/lorawan v0.0.0-20190402092148-5bca41b178e9
You can’t perform that action at this time.
0 commit comments