From 834e04ea1cbbecd34fee180ec501408a3cdb4714 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 07:43:52 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.25.5 --- synkronus/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synkronus/Dockerfile b/synkronus/Dockerfile index b2aa9712b..4b374b77f 100644 --- a/synkronus/Dockerfile +++ b/synkronus/Dockerfile @@ -1,7 +1,7 @@ # Multi-stage build for Synkronus # Stage 1: Build the Go application # Pure Go build (PostgreSQL only, SQLite/CGO disabled by default) -FROM golang:1.24.2-alpine AS builder +FROM golang:1.25.5-alpine AS builder # Install build dependencies (no C toolchain needed for pure Go build) RUN apk add --no-cache git