From 0e3599871fa617d4e33e222ea7a67475ee778e61 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sat, 5 Jun 2021 09:34:29 +0200 Subject: [PATCH] chore: update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5976f75..8717999 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ -FROM golang as builder +FROM golang:alpine as builder +ENV CGO_ENABLED=0 # Set the Current Working Directory inside the container WORKDIR /app