updated Dockerfile to golang 1.24
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# --- Этап 1: Сборка (Builder) ---
|
# --- Этап 1: Сборка (Builder) ---
|
||||||
FROM golang:1.22-alpine AS builder
|
FROM golang:1.24-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user