mirror of
https://github.com/ergochat/ergo.git
synced 2024-12-23 03:02:48 +01:00
Merge pull request #826 from csmith/docker-1.14
Make docker build with go 1.14
This commit is contained in:
commit
e575b6a29f
@ -1,5 +1,5 @@
|
|||||||
## build Oragono
|
## 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
|
RUN apk add --no-cache git make curl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user