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