From 71075836bc92c2dcf475ce93187bf9b66559f25d Mon Sep 17 00:00:00 2001 From: taoky Date: Mon, 15 Jul 2024 03:31:12 +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 beaa582..8ac4719 100644 --- a/yukina/Dockerfile +++ b/yukina/Dockerfile @@ -1,6 +1,6 @@ FROM ustcmirror/base:alpine LABEL maintainer "Keyu Tao " -ARG YUKINA_VERSION=20240621 +ARG YUKINA_VERSION=20240715 RUN apk add --no-cache wget ca-certificates zstd && \ cd /tmp/ && wget -q "https://github.com/taoky/yukina/releases/download/${YUKINA_VERSION}/yukina" && \