From bdf0674bc7ff794ac2d74913eff2b4ef4d046e47 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Sat, 28 Feb 2026 18:34:38 +0100 Subject: [PATCH] sounds crazy but chimera's mimalloc and llvm toolchain might make it faster --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/