Skip to content

Commit

Permalink
yukina: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Apr 8, 2024
1 parent 181d5e4 commit 46265fa
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,6 +1,6 @@
FROM ustcmirror/base:alpine
LABEL maintainer "Keyu Tao <taoky AT ustclug.org>"
ARG YUKINA_VERSION=20240331-2
ARG YUKINA_VERSION=20240408

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 46265fa

Please sign in to comment.