From 223a59ab803d72e30659fdb8894d5ab7b69098c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 17:42:49 +0000 Subject: [PATCH] Bump golang from 1.25-alpine to 1.26-alpine Bumps golang from 1.25-alpine to 1.26-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81a16c70..c7086eff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Copyright 2021 Adevinta -FROM --platform=linux/$TARGETARCH golang:1.25-alpine AS builder +FROM --platform=linux/$TARGETARCH golang:1.26-alpine AS builder # Required because the dependency # https://github.com/confluentinc/confluent-kafka-go requires the gcc compiler. RUN apk add --no-cache gcc musl-dev cyrus-sasl-dev mold