Skip to content

Commit

Permalink
tsumugu: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Aug 11, 2024
1 parent f403a36 commit df02b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsumugu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ustcmirror/base:alpine
LABEL maintainer="Keyu Tao <taoky AT ustclug.org>"
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" && \
Expand Down

0 comments on commit df02b49

Please sign in to comment.