Fix Dockerfile: bump builder to golang:1.25-alpine

go.mod requires go 1.25.0 (generated by local go 1.26).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 21:35:16 +03:00
parent 29f3ad9576
commit 28ca583073

View File

@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /src
COPY go.mod go.sum ./