mirror of
https://github.com/samuelhbne/proxy-xray.git
synced 2025-12-16 20:27:06 +03:00
Rollback alpine:3.16 to avoid npm install stalling
This commit is contained in:
@@ -18,7 +18,7 @@ RUN git clone https://github.com/XTLS/Xray-core.git . && \
|
||||
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main
|
||||
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM alpine:3.16
|
||||
|
||||
COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/
|
||||
COPY --from=builder /tmp/geosite.dat /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user