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