From 65458e56982ecb9cffda71068e32626407bc6ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 12:43:22 +0200 Subject: [PATCH] core: bump library/golang from 1.25.2-bookworm to 1.25.3-bookworm (#17420) Bumps library/golang from 1.25.2-bookworm to 1.25.3-bookworm. --- updated-dependencies: - dependency-name: library/golang dependency-version: 1.25.3-bookworm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- ldap.Dockerfile | 2 +- proxy.Dockerfile | 2 +- rac.Dockerfile | 2 +- radius.Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f761b48182..9c71d275c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN npm run build && \ npm run build:sfe # Stage 2: Build go proxy -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.2-bookworm AS go-builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.3-bookworm AS go-builder ARG TARGETOS ARG TARGETARCH diff --git a/ldap.Dockerfile b/ldap.Dockerfile index bbb88fcf6e..f9d02f0a06 100644 --- a/ldap.Dockerfile +++ b/ldap.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Stage 1: Build -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.2-bookworm AS builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.3-bookworm AS builder ARG TARGETOS ARG TARGETARCH diff --git a/proxy.Dockerfile b/proxy.Dockerfile index 19e779abb0..19777e8ca5 100644 --- a/proxy.Dockerfile +++ b/proxy.Dockerfile @@ -17,7 +17,7 @@ COPY web . RUN npm run build-proxy # Stage 2: Build -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.2-bookworm AS builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.3-bookworm AS builder ARG TARGETOS ARG TARGETARCH diff --git a/rac.Dockerfile b/rac.Dockerfile index fbd1d0b4a9..e5964e7df3 100644 --- a/rac.Dockerfile +++ b/rac.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Stage 1: Build -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.2-bookworm AS builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.3-bookworm AS builder ARG TARGETOS ARG TARGETARCH diff --git a/radius.Dockerfile b/radius.Dockerfile index 122fa9a62a..515b6ec083 100644 --- a/radius.Dockerfile +++ b/radius.Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # Stage 1: Build -FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.2-bookworm AS builder +FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.25.3-bookworm AS builder ARG TARGETOS ARG TARGETARCH