Skip to content

Commit

Permalink
Upgrade AmuleWebUI-Reloaded version (#61)
Browse files Browse the repository at this point in the history
Upgrade aMule Web UI
  • Loading branch information
damarte authored Feb 5, 2025
1 parent ab825cb commit 0c26d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /tmp
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing amule amule-doc

# Install a modern Web UI
RUN AMULEWEBUI_RELOADED_COMMIT=1a85ead05e26202de8d98af4248189a869a24795 && \
RUN AMULEWEBUI_RELOADED_COMMIT=7c708c9ed95e5298fd45fea232a9341643eb7c66 && \
cd /usr/share/amule/webserver && \
wget -O AmuleWebUI-Reloaded.zip https://github.com/MatteoRagni/AmuleWebUI-Reloaded/archive/${AMULEWEBUI_RELOADED_COMMIT}.zip && \
unzip AmuleWebUI-Reloaded.zip && \
Expand Down

0 comments on commit 0c26d25

Please sign in to comment.