Docker: use explicit Go 1.26.4 image to match go.mod

This commit is contained in:
2026-06-23 20:52:52 +03:30
parent 0a9175add4
commit 7d03a4d8fc

View File

@@ -1,4 +1,4 @@
FROM golang:1.26-alpine AS builder FROM golang:1.26.4-alpine AS builder
WORKDIR /src WORKDIR /src
COPY go.mod go.sum ./ COPY go.mod go.sum ./