This commit is contained in:
2026-01-13 13:27:42 +03:00
parent 5e69454678
commit 4925283ede
27 changed files with 6236 additions and 260 deletions

View File

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