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 ./