Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wulabing authored Jun 24, 2024
1 parent 3bb5105 commit 0e9206f
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 <[email protected]>"
LABEL version="0.0.16"
LABEL version="0.0.17"


#ENV GOPROXY=https://goproxy.cn,direct
Expand Down Expand Up @@ -40,4 +40,4 @@ RUN apk add --no-cache tzdata ca-certificates jq curl libqrencode && \


ENTRYPOINT ["./entrypoint.sh"]
EXPOSE 443
EXPOSE 443

0 comments on commit 0e9206f

Please sign in to comment.