From 7feec71f18529a931d43fecac41133047626c639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:52:55 +0000 Subject: [PATCH] chore(deps): bump the all-gomod group across 1 directory with 2 updates Bumps the all-gomod group with 2 updates in the / directory: golang and alpine. Updates `golang` from 1.25-alpine to 1.26-alpine Updates `alpine` from 3.23 to 3.24 --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gomod - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production dependency-group: all-gomod ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7b53d1..8c09030 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Linux Dockerfile for aks-mcp # Build stage -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder ARG TARGETOS=linux ARG TARGETARCH ARG VERSION @@ -31,7 +31,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build \ -o aks-mcp ./cmd/aks-mcp # Runtime stage -FROM alpine:3.23 +FROM alpine:3.24 ARG TARGETARCH # Install required packages for kubectl and helm, plus build tools for Azure CLI