Skip to content

Commit

Permalink
2.3.3-r13
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Siu committed Aug 28, 2024
1 parent 7075dd4 commit e51662e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# docker_mpd
FROM alpine:edge

LABEL version="2.3.3-r10"
LABEL version="2.3.3-r13"
LABEL maintainers="[John Sing Dao Siu](https://github.com/J-Siu)"
LABEL name="amule"
LABEL usage="https://github.com/J-Siu/docker_amule/blob/master/README.md"
LABEL description="Docker - amule"

RUN echo http://dl-cdn.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories \
&& apk --no-cache add tzdata amule=2.3.3-r10 git \
&& apk --no-cache add tzdata amule=2.3.3-r13 git \
&& mkdir -p /amule

# Include AmuleWebUI-Reloaded
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

The MIT License

Copyright (c) 2023
Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ docker-compose up
- Auto update to 2.3.3-r9
- 2.3.3-r10
- Auto update to 2.3.3-r10
- 2.3.3-r13
- Auto update to 2.3.3-r13
<!--CHANGE-LOG-END-->

### License

The MIT License

Copyright (c) 2023
Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit e51662e

Please sign in to comment.