diff --git a/build/Dockerfile b/build/Dockerfile index 5c072b5..9f9f064 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.23 AS builder +FROM --platform=$BUILDPLATFORM golang:1.25.6-alpine3.23 AS builder ENV GOSUMDB=off diff --git a/go.mod b/go.mod index 4128b26..84366b9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Netcracker/qubership-credential-manager -go 1.25.5 +go 1.25.6 // k8s versions set for compatibility with other components require (