Skip to content

Commit

Permalink
tsumugu: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Jul 15, 2024
1 parent 7107583 commit ee5b7ea
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,6 +1,6 @@
FROM ustcmirror/base:alpine
LABEL maintainer "Keyu Tao <taoky AT ustclug.org>"
ARG TSUMUGU_VERSION=20240702
ARG TSUMUGU_VERSION=20240715

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 ee5b7ea

Please sign in to comment.