diff --git a/Dockerfile b/Dockerfile index ffd48e9..5789cad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7-alpine AS builder +FROM golang:1.12-alpine AS builder # Copy in the git repo from the build context COPY . /go/src/github.com/tus/tusd/