From 23bcac2b2a2b68cd89cd1e7847967496f71dca7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:43:40 +0000 Subject: [PATCH] Update golang Docker tag to v1.27.0 --- Dockerfile | 2 +- debian.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04ed58c..6af0872 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26.6 AS builder +FROM golang:1.27.0 AS builder COPY . . diff --git a/debian.Dockerfile b/debian.Dockerfile index 5c44537..f86928c 100644 --- a/debian.Dockerfile +++ b/debian.Dockerfile @@ -1,5 +1,5 @@ # This Dockerfile is used by the integration example and installs additional software to try out the Splunk_TA_nix addon. -from golang:1.26.6 as builder +from golang:1.27.0 as builder COPY . .