From 3dc4a4c47d553fd09cb6786f52f3281ebc4fb328 Mon Sep 17 00:00:00 2001 From: AugustasV Date: Sun, 28 Aug 2022 18:31:02 +0000 Subject: [PATCH] Lighter image version Signed-off-by: AugustasV --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 89249ef..4bc3f46 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.5 as bd +FROM golang:1.13.5-alpine3.11 as bd WORKDIR /github.com/layer5io/dockercon-2020-api ADD . . RUN GOPROXY=direct GOSUMDB=off go build -a -o /api .