Skip to content

Commit

Permalink
yukina: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Aug 11, 2024
1 parent f7f3800 commit f403a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yukina/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ustcmirror/base:alpine
LABEL maintainer="Keyu Tao <taoky AT ustclug.org>"
LABEL bind_support=true
ARG YUKINA_VERSION=20240715
ARG YUKINA_VERSION=20240811

RUN apk add --no-cache wget ca-certificates zstd && \
cd /tmp/ && wget -q "https://github.com/taoky/yukina/releases/download/${YUKINA_VERSION}/yukina" && \
Expand Down

0 comments on commit f403a36

Please sign in to comment.