mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-27 13:37:57 +02:00
release: disable cgo, bump to min go version 1.23.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM golang:1.23.0-bookworm AS build
|
||||
FROM golang:1.23.3-bookworm AS build
|
||||
|
||||
ENV CGO_ENABLED=1
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
ARG BUILDPLATFORM
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
Reference in New Issue
Block a user