From 578952023e289fb050f84b3d92e040fb6bda3db0 Mon Sep 17 00:00:00 2001 From: taoky Date: Tue, 8 Aug 2023 14:12:15 +0800 Subject: [PATCH] tsumugu: update --- tsumugu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsumugu/Dockerfile b/tsumugu/Dockerfile index 4637359..c89a629 100644 --- a/tsumugu/Dockerfile +++ b/tsumugu/Dockerfile @@ -2,7 +2,7 @@ FROM ustcmirror/base:alpine LABEL maintainer "Keyu Tao " RUN apk add --no-cache wget ca-certificates && \ - cd /tmp/ && wget -q "https://github.com/taoky/tsumugu/releases/download/20230728/tsumugu" && \ + cd /tmp/ && wget -q "https://github.com/taoky/tsumugu/releases/download/20230808/tsumugu" && \ mv /tmp/tsumugu /usr/local/bin/ && \ chmod +x /usr/local/bin/tsumugu && \ rm -rf /tmp/* && apk del wget