Skip to content

Commit f4d98d4

Browse files
committed
bump
1 parent 87b99fe commit f4d98d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

clash/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM starudream/alpine-glibc AS builder1
22

3-
ARG MIHOMO_VERSION=1.19.22
3+
ARG MIHOMO_VERSION=1.19.23
44

55
RUN case $(apk --print-arch) in \
66
'x86_64') \
@@ -18,7 +18,7 @@ RUN case $(apk --print-arch) in \
1818

1919
FROM starudream/alpine-glibc AS builder2
2020

21-
ARG ZASHBOARD_VERSION=3.2.0
21+
ARG ZASHBOARD_VERSION=3.4.0
2222

2323
RUN wget -qO /tmp/zashboard.zip https://github.com/Zephyruso/zashboard/releases/download/v${ZASHBOARD_VERSION}/dist.zip \
2424
&& mkdir -p /tmp && unzip /tmp/zashboard.zip -d /tmp

0 commit comments

Comments
 (0)