From 27d6b4263f44b9a804288eee1067eced9651486c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Tue, 26 Mar 2024 14:37:10 -0400 Subject: [PATCH] fix docker:alpine to v3 in dockerfile to prevent broken 'edge' version in builds --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c891343..3f03af0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN go build -v -ldflags "-X main.version=${VERSION}" ./cmd/firecore #### -FROM alpine:edge +FROM alpine:3 RUN apk --no-cache add \