Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
starudream committed Sep 23, 2024
1 parent 5701726 commit a7b6341
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM starudream/alpine-glibc AS builder1

ARG MIHOMO_VERSION=1.18.7
ARG MIHOMO_VERSION=1.18.8

RUN case $(apk --print-arch) in \
'x86_64') \
Expand All @@ -18,7 +18,7 @@ RUN case $(apk --print-arch) in \

FROM starudream/alpine-glibc AS builder2

ARG XD_VERSION=1.146.2
ARG XD_VERSION=1.149.0

RUN wget -qO /tmp/xd.tgz https://github.com/MetaCubeX/metacubexd/releases/download/v${XD_VERSION}/compressed-dist.tgz \
&& mkdir -p /tmp/dist && tar xzf /tmp/xd.tgz -C /tmp/dist
Expand Down
2 changes: 1 addition & 1 deletion derper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM starudream/golang AS builder

ARG TS_VERSION=1.72.1
ARG TS_VERSION=1.74.1

RUN cd /tmp && git clone --depth 1 -b v${TS_VERSION} https://github.com/tailscale/tailscale.git \
&& cd tailscale && CGO_ENABLED=0 go build -ldflags '-s -w' -o ./bin/derper tailscale.com/cmd/derper
Expand Down

0 comments on commit a7b6341

Please sign in to comment.