Update Dockerfile

This commit is contained in:
wyx2685
2025-03-04 19:08:18 +08:00
committed by GitHub
parent 2c43704090
commit 903aef1fb5

View File

@@ -1,5 +1,5 @@
# Build go # Build go
FROM golang:1.23.2-alpine AS builder FROM golang:1.24.0-alpine AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0