From 382e20831244496ba7ebd8e5368d8ce598d64135 Mon Sep 17 00:00:00 2001 From: alexey semenyuk Date: Sun, 18 Feb 2024 16:36:41 +0600 Subject: [PATCH] Fix docker image Signed-off-by: alexey semenyuk --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69f1665..f368ec9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM golang:1.21-buster AS builder +FROM golang:1.21-alpine3.19 AS builder +RUN apk add make ARG BUILD_VERSION ENV BUILD_VERSION=${BUILD_VERSION} ADD --chown=1001:0 . /evmconnect