mirror of
https://github.com/ergochat/ergo.git
synced 2025-01-11 04:32:39 +01:00
Merge pull request #1746 from slingamn/docker_fix
pin docker base image to alpine 3.13
This commit is contained in:
commit
497aa429b7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user