Update services' Go docker version; Update minimum TLS on server

This commit is contained in:
mitchell 2020-02-14 11:58:49 -05:00
parent e4e4e0f5bc
commit 99f6c42e0d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.12 as build
FROM golang:1.13 as build
WORKDIR /go/src/github.com/mitchell/selfpass/services
COPY . .
ENV GO111MODULE on