From e0d48bcf80331c19fa63d4a02933f4cd896ff28a Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 23 Nov 2024 00:24:44 +0800 Subject: [PATCH] yukina: Update version --- yukina/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yukina/Dockerfile b/yukina/Dockerfile index 19f3b90..07acb3b 100644 --- a/yukina/Dockerfile +++ b/yukina/Dockerfile @@ -1,7 +1,7 @@ FROM ustcmirror/base:alpine LABEL maintainer="Keyu Tao " LABEL bind_support=true -ARG YUKINA_VERSION=20240817-fix1 +ARG YUKINA_VERSION=20241123 RUN <