⬆️ Update dependencies
This commit is contained in:
+1
-1
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user