Bump to Xray-core v1.7.2, alpine:3.17

This commit is contained in:
Samuel Huang
2023-01-23 16:44:16 +11:00
parent 7556c700c7
commit c4e7b77ea9
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN git clone https://github.com/XTLS/Xray-core.git . && \
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main
FROM alpine:3.16 FROM alpine:3.17
COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/ COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/
COPY --from=builder /tmp/geosite.dat /usr/local/bin/ COPY --from=builder /tmp/geosite.dat /usr/local/bin/

View File

@@ -18,7 +18,7 @@ RUN git clone https://github.com/XTLS/Xray-core.git . && \
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main
FROM arm32v6/alpine:3.16 FROM arm32v6/alpine:3.17
COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/ COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/
COPY --from=builder /tmp/geosite.dat /usr/local/bin/ COPY --from=builder /tmp/geosite.dat /usr/local/bin/

View File

@@ -18,7 +18,7 @@ RUN git clone https://github.com/XTLS/Xray-core.git . && \
go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main
FROM arm64v8/alpine:3.16 FROM arm64v8/alpine:3.17
COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/ COPY --from=builder /go/src/XTLS/Xray-core/xray /usr/local/bin/
COPY --from=builder /tmp/geosite.dat /usr/local/bin/ COPY --from=builder /tmp/geosite.dat /usr/local/bin/