Merge pull request #826 from csmith/docker-1.14

Make docker build with go 1.14
This commit is contained in:
Shivaram Lingamneni 2020-02-26 09:46:54 -08:00 committed by GitHub
commit e575b6a29f
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,5 +1,5 @@
## build Oragono
FROM golang:rc-alpine AS build-env
FROM golang:1.14-alpine AS build-env
RUN apk add --no-cache git make curl