Network config option and bump go ver with deps

This commit is contained in:
Laptop
2025-02-10 18:40:11 +02:00
parent 15c1136a65
commit 3be1bffd01
6 changed files with 51 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
ARG GO_VERSION=1.23.5
ARG GO_VERSION=1.23.6
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION} AS build
ARG TARGETOS