From 23722dcd8d54575edf2c816f2e39f2360f7ecffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:02:45 +0000 Subject: [PATCH] Bump golang from 1.26.2-alpine to 1.26.3-alpine in /deployments Bumps golang from 1.26.2-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-patch ... Signed-off-by: dependabot[bot] --- deployments/Dockerfile | 2 +- deployments/Dockerfile.single-arch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 4976c71..4026759 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION ARG REVISION # Build stage -FROM --platform=$BUILDPLATFORM golang:1.26.2-alpine AS builder +FROM --platform=$BUILDPLATFORM golang:1.26.3-alpine AS builder # Install security updates and build dependencies RUN apk update && apk add --no-cache \ diff --git a/deployments/Dockerfile.single-arch b/deployments/Dockerfile.single-arch index e313e22..0569bef 100644 --- a/deployments/Dockerfile.single-arch +++ b/deployments/Dockerfile.single-arch @@ -8,7 +8,7 @@ ARG VERSION ARG REVISION # Build stage - native architecture only -FROM golang:1.26.2-alpine AS builder +FROM golang:1.26.3-alpine AS builder # Install security updates and build dependencies RUN apk update && apk add --no-cache \