mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-18 05:28:11 -07:00
Make docker build with go 1.14
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user