dockerfiles

[ACTIVE] various dockerfiles for projects that don't have them
git clone git://git.figbert.com/dockerfiles.git
Log | Files | Refs | README | LICENSE

commit ecbea063cce379bf25f4a4622f92cc42d5a4bb0c
parent 35b1f49d42ac004d2e81d96d6227a62ac58ecf3f
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  6 Jul 2023 14:42:22 +0300

Build alps with golang:alpine

Diffstat:
Malps | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alps b/alps @@ -1,4 +1,4 @@ -FROM golang:1.17-alpine AS builder +FROM golang:alpine AS builder RUN apk --no-cache add ca-certificates git && git clone https://git.sr.ht/~migadu/alps /src WORKDIR /src RUN go mod download