From 54514339dcad8184f7a7b624905a0c0fe7390a42 Mon Sep 17 00:00:00 2001 From: taoky Date: Wed, 20 Sep 2023 15:26:35 +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 9c18f19..f0ca10d 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/20230914/tsumugu" && \ + cd /tmp/ && wget -q "https://github.com/taoky/tsumugu/releases/download/20230920/tsumugu" && \ mv /tmp/tsumugu /usr/local/bin/ && \ chmod +x /usr/local/bin/tsumugu && \ rm -rf /tmp/* && apk del wget