🚀 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:
@ -1,5 +1,5 @@
|
||||
# --- ЭТАП 1: Сборка ---
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
# Устанавливаем рабочую директорию
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user