release: disable cgo, bump to min go version 1.23.3

This commit is contained in:
2024-11-20 11:14:52 +03:00
parent 5962c26659
commit 23a7561edc
3 changed files with 4 additions and 4 deletions

View File

@@ -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