mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Make docker build with go 1.14
This commit is contained in:
parent
013a290147
commit
bd32e2d56b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue