This commit is contained in:
2025-08-22 22:31:10 +08:00
parent db84c10803
commit df68d3b018

View File

@@ -1,4 +1,4 @@
FROM golang:1.23-alpine as builder
FROM golang:1.23-alpine AS builder
ARG CGO_ENABLED=0
WORKDIR /app