From bd16961580625c26715b0a6d5e40c7f7320a5f08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:51:40 +0000 Subject: [PATCH] chore(deps): Bump golang from 1.24-alpine to 1.26-alpine Bumps golang from 1.24-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 +- Dockerfile.export-worker | 2 +- Dockerfile.notification | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 07760e687..cf0bfb019 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage — Go binary -FROM golang:1.25-alpine AS go-builder +FROM golang:1.26-alpine AS go-builder RUN apk add --no-cache git ca-certificates tzdata diff --git a/Dockerfile.export-worker b/Dockerfile.export-worker index f8f6089fc..8d5f71f4e 100644 --- a/Dockerfile.export-worker +++ b/Dockerfile.export-worker @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder RUN apk add --no-cache git ca-certificates tzdata diff --git a/Dockerfile.notification b/Dockerfile.notification index e2ea9a2fa..78d4bcfe1 100644 --- a/Dockerfile.notification +++ b/Dockerfile.notification @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder RUN apk add --no-cache git ca-certificates tzdata