chore: Add GOTOOLCHAIN=auto environment variable to Dockerfile.

This commit is contained in:
2026-01-30 07:45:05 +08:00
parent 35b97a7d00
commit d67775f111

View File

@@ -34,6 +34,7 @@ FROM ${GOLANG_IMAGE} AS backend-builder
ARG GOPROXY
ENV GOPROXY=${GOPROXY}
ENV GOTOOLCHAIN=auto
# Install build dependencies
RUN apk add --no-cache git gcc musl-dev