From 3a98ca4065fe7b2d7ea1a2573851afe9867b4425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 13:55:51 +0000 Subject: [PATCH] chore(docker)(deps): 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 548ceac..ca6e6be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # attach `a2abridge worker` to a sidecar — without dragging glibc/Alpine # CVEs into your stack. -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build WORKDIR /src # Cache module fetch separately so source-only edits skip re-download.