diff --git a/Dockerfile b/Dockerfile index ef3eb68..e0ceca8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ # build -FROM golang:alpine AS build +FROM chimeralinux/chimera:latest AS build + +RUN apk update && apk add --no-cache go COPY go.mod /workspace/ COPY main.go /workspace/