diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index 89f609908..9d570194b 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine AS build +FROM golang:1.26.2-alpine AS build ARG TARGETARCH diff --git a/Dockerfile.hotfix b/Dockerfile.hotfix index 3e6b4a87c..2049f1dec 100644 --- a/Dockerfile.hotfix +++ b/Dockerfile.hotfix @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine as build +FROM golang:1.26.2-alpine as build ARG TARGETARCH ARG RELEASE diff --git a/Dockerfile.release b/Dockerfile.release index 02648255b..da56b0135 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine AS build +FROM golang:1.26.2-alpine AS build ARG TARGETARCH ARG RELEASE diff --git a/Dockerfile.release.old_cpu b/Dockerfile.release.old_cpu index 81ce4eec3..81b77ccef 100644 --- a/Dockerfile.release.old_cpu +++ b/Dockerfile.release.old_cpu @@ -1,4 +1,4 @@ -FROM golang:1.26.1-alpine AS build +FROM golang:1.26.2-alpine AS build ARG TARGETARCH ARG RELEASE diff --git a/go.mod b/go.mod index 7ee186357..c2993b64f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/minio/minio -go 1.26.1 +go 1.26.2 // Use Georg Mangold's maintained Console fork while keeping upstream import paths. replace github.com/minio/console => github.com/georgmangold/console v1.9.1