This commit is contained in:
2025-10-06 16:19:26 +03:00
parent c228d8214a
commit 4fe13e55c6
9 changed files with 31 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS builder
FROM golang:1.25.1-alpine3.22 AS builder
WORKDIR /usr/src/kurumi
COPY go.mod go.sum ./
RUN go mod download