Skip to content

Commit f511d1c

Browse files
committed
Update to Go 1.12. Remove Dockerfile.arm.
The Dockerfile.arm is not maintained and not part of the build pipeline.
1 parent d37dfa5 commit f511d1c

File tree

4 files changed

+5
-25
lines changed

4 files changed

+5
-25
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11-alpine AS development
1+
FROM golang:1.12-alpine AS development
22

33
ENV PROJECT_PATH=/lora-gateway-bridge
44
ENV PATH=$PATH:$PROJECT_PATH/build

Dockerfile-devel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM golang:1.11-alpine
1+
FROM golang:1.12-alpine
22

33
ENV PROJECT_PATH=/lora-gateway-bridge
44
ENV PATH=$PATH:$PROJECT_PATH/build
55
ENV CGO_ENABLED=0
66
ENV 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

1010
RUN mkdir -p $PROJECT_PATH
1111
COPY . $PROJECT_PATH

Dockerfile.arm

Lines changed: 0 additions & 22 deletions
This file was deleted.

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/brocaar/lora-gateway-bridge
22

3+
go 1.12
4+
35
require (
46
github.com/brocaar/loraserver v0.0.0-20190429120626-75ef246869d5
57
github.com/brocaar/lorawan v0.0.0-20190402092148-5bca41b178e9

0 commit comments

Comments
 (0)