pin docker base image to alpine 3.13

May fix #1726 (broken build on dockerhub)
This commit is contained in:
Shivaram Lingamneni 2021-07-08 20:50:51 -04:00
parent 29f1afd565
commit 7190770e12
1 changed files with 1 additions and 1 deletions

View File

@ -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