update dockerfile

This commit is contained in:
efrilm 2026-05-12 18:46:12 +07:00
parent e92c487815
commit f8c732f0ff

View File

@ -1,5 +1,5 @@
# 1) Build stage
FROM golang:1.21-alpine AS build
FROM golang:1.24-alpine AS build
RUN apk --no-cache add ca-certificates tzdata git curl
WORKDIR /src
COPY go.mod go.sum ./