diff --git a/yukina/Dockerfile b/yukina/Dockerfile index e9ca282..beaa582 100644 --- a/yukina/Dockerfile +++ b/yukina/Dockerfile @@ -1,6 +1,6 @@ FROM ustcmirror/base:alpine LABEL maintainer "Keyu Tao " -ARG YUKINA_VERSION=20240511 +ARG YUKINA_VERSION=20240621 RUN apk add --no-cache wget ca-certificates zstd && \ cd /tmp/ && wget -q "https://github.com/taoky/yukina/releases/download/${YUKINA_VERSION}/yukina" && \