🚀 chore: update golang version to 1.25 in dockerfile

update the golang version from 1.23 to 1.25 in the dockerfile to leverage the latest features and security patches
This commit is contained in:
2026-03-10 04:00:12 +03:00
parent eecf026400
commit 6104a99a01

View File

@ -1,5 +1,5 @@
# --- ЭТАП 1: Сборка ---
FROM golang:1.23-alpine AS builder
FROM golang:1.25-alpine AS builder
# Устанавливаем рабочую директорию
WORKDIR /app