From 46265fa03487bb741ea2ce1c4627e0e0fa5b855c Mon Sep 17 00:00:00 2001 From: taoky Date: Mon, 8 Apr 2024 22:51:31 +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 dd85249..34a2c79 100644 --- a/yukina/Dockerfile +++ b/yukina/Dockerfile @@ -1,6 +1,6 @@ FROM ustcmirror/base:alpine LABEL maintainer "Keyu Tao " -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" && \