aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authortechknowlogick2019-09-12 07:58:32 -0400
committerLauris BH2019-09-12 14:58:32 +0300
commit3f5cdfe35905730ced41397c6ccd50df3804b5ec (patch)
treeb6319c3bdc863059594f20643c160551f5028f47 /Dockerfile
parentd0ad47bd5d3cef8f743d39b379d83a0e5585c709 (diff)
use go 1.13 (#8088)
* use go 1.13 * use go 1.13 in gomod file * Update Makefile * update swagger deps
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6fa367a3e..cb1b2f71e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
###################################
#Build stage
-FROM golang:1.12-alpine3.10 AS build-env
+FROM golang:1.13-alpine3.10 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}