Removed git dependency on make

This commit is contained in:
斟酌 鵬兄
2026-04-17 03:16:27 +08:00
parent 8adf03a2a4
commit e138ec1254
6 changed files with 49 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22 AS build
FROM alpine:3.23 AS build
RUN apk add --no-cache \
build-base \