From f4fcb12ad092dbea73f2f1885575ca5fe7ce5916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:16:37 +0000 Subject: [PATCH] chore(deps): bump golang from 1.26.3-alpine3.23 to 1.26.4-alpine3.23 Bumps golang from 1.26.3-alpine3.23 to 1.26.4-alpine3.23. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.4-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a476c67b..3785879f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} flant/jq:b6be13d5-musl AS libjq # Go builder stage -FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.26.3-alpine3.23 AS builder +FROM --platform=${TARGETPLATFORM:-linux/amd64} golang:1.26.4-alpine3.23 AS builder ARG appVersion=latest