From c1096ff1fecab65bb4aa7e7e48eeeaec8d70234c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:27:02 +0000 Subject: [PATCH] chore(deps): bump golang in /curity-sgnl-kong/api Bumps golang from 1.18.5-alpine to 1.26.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.0-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- curity-sgnl-kong/api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curity-sgnl-kong/api/Dockerfile b/curity-sgnl-kong/api/Dockerfile index f55c2a6..9b2aa16 100644 --- a/curity-sgnl-kong/api/Dockerfile +++ b/curity-sgnl-kong/api/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18.5-alpine AS GO_BUILD +FROM golang:1.26.0-alpine AS GO_BUILD COPY . /server WORKDIR /server/server RUN go mod download github.com/gorilla/mux