1
0
Fork 0
forked from External/ergo

upgrade go to 1.16

Fixes #1510
This commit is contained in:
Shivaram Lingamneni 2021-02-17 15:11:54 -05:00
parent dc4214a8ca
commit 430b40fc2f
10 changed files with 18 additions and 21 deletions

View file

@ -1,5 +1,5 @@
## build Oragono
FROM golang:1.15-alpine AS build-env
FROM golang:1.16-alpine AS build-env
RUN apk add --no-cache git make curl sed