Use Go 1.25 (latest stable release)

This commit is contained in:
2025-12-29 16:23:57 +07:00
parent e59b3a0ee4
commit 3eb15839c8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
RUN apk add --no-cache git make gcc musl-dev