forked from External/ergo
pin docker base image to alpine 3.13
May fix #1726 (broken build on dockerhub)
This commit is contained in:
parent
29f1afd565
commit
7190770e12
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
## build ergo binary
|
||||
FROM golang:1.16-alpine AS build-env
|
||||
FROM golang:1.16-alpine3.13 AS build-env
|
||||
|
||||
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue