From 03916b1d6a36b44d71610e7b19c6c20075dea881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:27:55 +0000 Subject: [PATCH] build(deps): bump golang from 1.25.10-alpine to 1.26.3-alpine Bumps golang from 1.25.10-alpine to 1.26.3-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile-cni-plugin | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae0fce27..b1e30b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ## # Cross compile from native platform to target arch -FROM --platform=$BUILDPLATFORM golang:1.25.10-alpine as go +FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine as go WORKDIR /build COPY --link go.mod go.sum . COPY --link ./proxy-init ./proxy-init diff --git a/Dockerfile-cni-plugin b/Dockerfile-cni-plugin index d0de3ccb..d9e204ed 100644 --- a/Dockerfile-cni-plugin +++ b/Dockerfile-cni-plugin @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1.4 # Cross compile from native platform to target arch -FROM --platform=$BUILDPLATFORM golang:1.25.10-alpine as go +FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine as go WORKDIR /build COPY --link go.mod go.sum ./ COPY --link ./cni-plugin ./cni-plugin