Update dockerfile build image

This commit is contained in:
2025-09-16 12:26:13 +03:30
parent 6d15ce2df9
commit 228d1bffc1

View File

@@ -3,7 +3,7 @@
# syntax=docker/dockerfile:1
# Build the application from source
FROM golang:1.24.3 AS build-stage
FROM golang:1.25.1-alpine3.22 AS build-stage
WORKDIR /app