chore: Upgrade Docker image to Go 1.12
This commit is contained in:
parent
fd2926cf60
commit
14faaafc67
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue