chore(mpc-system): update Dockerfiles to Go 1.24 and fix line endings

- Update all Dockerfiles from Go 1.21 to Go 1.24 (required by go.mod)
- Fix line endings in deploy.sh and .env.example for Unix compatibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-05 16:40:32 -08:00
parent c52b6aa980
commit 34f0f7b897
7 changed files with 341 additions and 341 deletions

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.21-alpine AS builder FROM golang:1.24-alpine AS builder
# Install dependencies # Install dependencies
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates