Update Dockerfile to Go 1.26 to match go.mod requirement
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,7 @@ COPY frontend/ ./
|
||||
RUN pnpm build
|
||||
|
||||
# Stage 2: Go-Binary bauen (CGO nötig für go-sqlite3)
|
||||
FROM golang:1.24-bookworm AS go-builder
|
||||
FROM golang:1.26-bookworm AS go-builder
|
||||
WORKDIR /app
|
||||
COPY backend/go.mod backend/go.sum ./
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user