Update golang build image

This commit is contained in:
Astra 2026-02-27 11:46:58 +00:00
parent b85b4e2a5c
commit 001628871c

View file

@ -1,5 +1,5 @@
# Build stage
FROM golang:1.23-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /build