Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
starudream committed Mar 5, 2024
1 parent 34ce9d7 commit db361e2
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.0
ARG MIHOMO_VERSION=1.18.1

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.134.0
ARG XD_VERSION=1.135.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 golang/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21-alpine3.18
FROM golang:1.22-alpine3.18

RUN sed -i 's|dl-cdn.alpinelinux.org|mirrors.ustc.edu.cn|g' /etc/apk/repositories \
&& apk add --no-cache ca-certificates tzdata make git upx \
Expand Down

0 comments on commit db361e2

Please sign in to comment.