From df02b4984da27932d6c0d1433a82e591f60673ed Mon Sep 17 00:00:00 2001 From: taoky Date: Mon, 12 Aug 2024 00:53:07 +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 f4a8cd5..86d4398 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=20240801 +ARG TSUMUGU_VERSION=20240811 RUN apk add --no-cache wget ca-certificates && \ cd /tmp/ && wget -q "https://github.com/taoky/tsumugu/releases/download/${TSUMUGU_VERSION}/tsumugu" && \