From b1dbf26795aedd0b8aa97cd989889b029047b68e Mon Sep 17 00:00:00 2001 From: taoky Date: Thu, 1 Aug 2024 21:41:09 +0800 Subject: [PATCH] tsumugu: update version --- tsumugu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsumugu/Dockerfile b/tsumugu/Dockerfile index 6f04147..f4a8cd5 100644 --- a/tsumugu/Dockerfile +++ b/tsumugu/Dockerfile @@ -1,7 +1,7 @@ FROM ustcmirror/base:alpine LABEL maintainer="Keyu Tao " LABEL bind_support=true -ARG TSUMUGU_VERSION=20240715 +ARG TSUMUGU_VERSION=20240801 RUN apk add --no-cache wget ca-certificates && \ cd /tmp/ && wget -q "https://github.com/taoky/tsumugu/releases/download/${TSUMUGU_VERSION}/tsumugu" && \