Skip to content

Commit

Permalink
binary: bump to 20230206.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dogbutcat committed Dec 14, 2023
1 parent 4a3a0c5 commit d0b7829
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM alpine
FROM alpine:3.19

# prepare everything
RUN apk update
RUN apk add vim lsof tar bind-tools
# RUN apk add py-pip libsodium
WORKDIR /opt/udp2raw
ENV PATH="/opt/udp2raw:${PATH}"
ENV UDP2RAW_VERSION=20200818.0
ENV UDP2RAW_VERSION=20230206.0


RUN wget https://github.com/wangyu-/udp2raw-tunnel/releases/download/${UDP2RAW_VERSION}/udp2raw_binaries.tar.gz &&\
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Change Log

> 2023-12
- update udpspeeder to 20230206.0

> 2021-09
- update udp2raw version
Expand Down

0 comments on commit d0b7829

Please sign in to comment.