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:
parent
29f1afd565
commit
7190770e12
@ -1,5 +1,5 @@
|
|||||||
## build ergo binary
|
## 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
|
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user