We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf5999 commit ca3f0abCopy full SHA for ca3f0ab
yukina/Dockerfile
@@ -2,7 +2,7 @@ FROM ustcmirror/base:alpine
2
LABEL maintainer="Keyu Tao <taoky AT ustclug.org>"
3
LABEL bind_support=true
4
5
-ARG YUKINA_VERSION=20260126.1
+ARG YUKINA_VERSION=20260208
6
7
RUN <<EOF
8
set -euo pipefail
yukina/sync.sh
@@ -45,4 +45,5 @@ exec yukina --name "$YUKINA_REPO" \
45
--url "$UPSTREAM" \
46
--remote-sizedb "$TO/.yukina-remote.db" \
47
--local-sizedb "$TO/.yukina-local.db" \
48
+ --output-stats \
49
"${filter_array[@]}" "${extra_array[@]}"
0 commit comments