1
0
Fork 0
forked from External/ergo

upgrade go to 1.17

This commit is contained in:
Shivaram Lingamneni 2021-08-20 15:57:08 -04:00
parent 00255586cc
commit 492109f29d
29 changed files with 40 additions and 124 deletions

View file

@ -1,5 +1,5 @@
## build ergo binary
FROM golang:1.16-alpine3.13 AS build-env
FROM golang:1.17-alpine AS build-env
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make