3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-21 19:39:43 +01:00

Make docker build with go 1.14

This commit is contained in:
Chris Smith 2020-02-26 10:55:12 +00:00
parent 013a290147
commit bd32e2d56b
No known key found for this signature in database
GPG Key ID: 3A2D4BBDC4A3C9A9

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