Skip to content

Commit

Permalink
0.0.23
Browse files Browse the repository at this point in the history
修正二维码不显示问题
  • Loading branch information
wulabing committed Sep 26, 2024
1 parent 3b946c1 commit a5cfdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reality/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# builder
FROM golang:alpine as builder
LABEL maintainer="wulabing <wulabing@gmail.com>"
LABEL version="0.0.22"
LABEL version="0.0.23"


#ENV GOPROXY=https://goproxy.cn,direct
Expand Down Expand Up @@ -32,7 +32,7 @@ COPY ./config.json /

COPY --from=builder /app/xray /

RUN apk add --no-cache tzdata ca-certificates jq curl libqrencode && \
RUN apk add --no-cache tzdata ca-certificates jq curl libqrencode-tools && \
mkdir -p /var/log/xray &&\
wget -O /geosite.dat https://github.com/v2fly/domain-list-community/releases/latest/download/dlc.dat && \
wget -O /geoip.dat https://github.com/v2fly/geoip/releases/latest/download/geoip.dat && \
Expand Down

0 comments on commit a5cfdab

Please sign in to comment.