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" && \