From 7d7ab281871dee9697e2e1c6b475a924ebac8f03 Mon Sep 17 00:00:00 2001 From: dnomd343 Date: Tue, 3 May 2022 12:36:31 +0800 Subject: [PATCH] update: xray `1.5.5`, golang `1.18.1`, alpine `3.15.4` --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8ea1691..e097b8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM golang:1.17.8-alpine3.15 AS asset +FROM golang:1.18.1-alpine3.15 AS asset COPY . /tmp/TProxy ENV UPX_VERSION="3.96" -ENV XRAY_VERSION="v1.5.4" +ENV XRAY_VERSION="v1.5.5" RUN \ apk add build-base bash make curl git perl ucl-dev zlib-dev && \ \ @@ -28,7 +28,7 @@ RUN \ mv /tmp/TProxy/load.sh /asset/etc/xray/ && chmod +x /asset/etc/xray/load.sh && \ mv /tmp/TProxy/tproxy.sh /asset/tproxy && chmod +x /asset/tproxy -FROM alpine:3.15.2 +FROM alpine:3.15.4 COPY --from=asset /asset/ / ENV XRAY_LOCATION_ASSET=/etc/xray/asset RUN apk add --no-cache iptables ip6tables radvd