chore: Upgrade Docker image to Go 1.12

This commit is contained in:
Marius 2019-05-26 21:38:19 +02:00 committed by GitHub
parent fd2926cf60
commit 14faaafc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/