mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +01:00
docker: downgrade alpine to 3.13 again
See https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 ; this maintains compatibility with older, buggy versions of docker and runc. Alpine 3.13 is supported until 2022-11-01.
This commit is contained in:
parent
7e93770540
commit
e620e3b4bf
@ -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