From 2885abf883090e95e8192bb36d1c9aad2374d345 Mon Sep 17 00:00:00 2001 From: taoky Date: Sat, 17 Aug 2024 00:18:35 +0800 Subject: [PATCH] yukina: Update version (fix1) --- yukina/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yukina/Dockerfile b/yukina/Dockerfile index a0a3058..19f3b90 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 +ARG YUKINA_VERSION=20240817-fix1 RUN <