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