From 903720f6d6458af942ec21de88b0f9f4292e08f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 07:07:39 +0000 Subject: [PATCH] Bump golang from 1.25-alpine to 1.26-alpine in /schemas 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] --- schemas/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/Dockerfile b/schemas/Dockerfile index 7b09a3ad..15adaace 100644 --- a/schemas/Dockerfile +++ b/schemas/Dockerfile @@ -1,6 +1,6 @@ ## Build ## -FROM golang:1.25-alpine AS build +FROM golang:1.26-alpine AS build WORKDIR /app