aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-01-24 15:07:45 +0100
committerMartin Polden <mpolden@mpolden.no>2021-01-24 15:09:56 +0100
commit8374778df8462851acfd1a03159b50b060a5fb81 (patch)
tree86d1a62ece9ec2c988aef0eed9e6d7d7cdcd534c
parent711ea5377dfc7c724f8f720b7c2cbb14ae69c58f (diff)
build: Bump build image
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e6f18a2..7a4c32a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,8 @@
# Build
-FROM golang:1.13-buster AS build
+FROM golang:1.15-buster AS build
WORKDIR /go/src/github.com/mpolden/echoip
COPY . .
+
# Must build without cgo because libc is unavailable in runtime image
ENV GO111MODULE=on CGO_ENABLED=0
RUN make