⬆️ Update dependencies

This commit is contained in:
2026-08-20 16:34:55 +02:00
parent 8cd58fbd2c
commit 4fa598e5ce
6 changed files with 1563 additions and 1236 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ COPY web/ ./
RUN npm run build
# ── Stage 2: build Go binary ─────────────────────────────────────────────────
FROM golang:1.26-alpine AS go-builder
FROM golang:1.27-alpine AS go-builder
WORKDIR /app
COPY go.mod go.sum ./