From 1293756bbf9963939936faf75c12bbcd987bdb4a Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 11 Apr 2026 15:47:29 +0200 Subject: [PATCH] fix(mana-sync): bump Go base image to 1.25 to match go.mod Co-Authored-By: Claude Opus 4.6 (1M context) --- services/mana-sync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mana-sync/Dockerfile b/services/mana-sync/Dockerfile index 6457ac7e0..13afe18c7 100644 --- a/services/mana-sync/Dockerfile +++ b/services/mana-sync/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23-alpine AS builder +FROM golang:1.25-alpine AS builder WORKDIR /app COPY go.mod go.sum ./