We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fee946 commit 72f0899Copy full SHA for 72f0899
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13-alpine AS development
+FROM golang:1.14-alpine AS development
2
3
ENV PROJECT_PATH=/chirpstack-gateway-bridge
4
ENV PATH=$PATH:$PROJECT_PATH/build
Dockerfile-devel
-FROM golang:1.13-alpine
+FROM golang:1.14-alpine
go.mod
@@ -1,6 +1,6 @@
module github.com/brocaar/chirpstack-gateway-bridge
-go 1.13
+go 1.14
5
require (
6
github.com/brocaar/chirpstack-api/go/v3 v3.0.7
0 commit comments