mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +01:00
Merge pull request #1814 from slingamn/alpine_downgrade
docker: downgrade alpine to 3.13 again
This commit is contained in:
commit
475814d613
@ -1,5 +1,5 @@
|
||||
## build ergo binary
|
||||
FROM golang:1.17-alpine AS build-env
|
||||
FROM golang:1.17-alpine3.13 AS build-env
|
||||
|
||||
RUN apk add -U --force-refresh --no-cache --purge --clean-protected -l -u make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user