From d62db91872020674f3f05d1f9a11797e47bf9430 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Mon, 10 Jul 2023 11:43:42 +1000 Subject: [PATCH] Rollback alpine:3.16 to avoid npm install stalling --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index baeae93..5af1f9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/