From 4e4da5e388ccc2027e674ac93cd0006f79e6298a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 7 May 2026 22:41:30 +0000 Subject: [PATCH] Update golang Docker tag to v1.26.3 --- datasource-syncer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasource-syncer/Dockerfile b/datasource-syncer/Dockerfile index ad1ec6a..7854ecc 100644 --- a/datasource-syncer/Dockerfile +++ b/datasource-syncer/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Stage 1: Build the application -FROM golang:1.24.2-alpine AS buildbase +FROM golang:1.26.3-alpine AS buildbase WORKDIR /app