ci
Build docker and publish / linux (1.24.3) (push) Has been cancelled

This commit is contained in:
2025-09-26 18:37:43 -07:00
parent ac3bbaf7bf
commit 7471fd8e3d
4 changed files with 18 additions and 51 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ RUN BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ") && \
go build -ldflags="-s -w -X 'github.com/perfect-panel/server/pkg/constant.Version=${VERSION}' -X 'github.com/perfect-panel/server/pkg/constant.BuildTime=${BUILD_TIME}'" -o /app/ppanel ppanel.go
# Final minimal image
FROM scratch
FROM alpine:latest
# Copy CA certificates and timezone data
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/