3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-24 21:09:30 +01:00

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

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