mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Upgrade easy-add, which now logs to stdout
This commit is contained in:
parent
e6f593e8c4
commit
67fe8931dd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf
|
|||
|
||||
ARG ARCH=amd64
|
||||
|
||||
ARG EASY_ADD_VER=0.2.1
|
||||
ARG EASY_ADD_VER=0.3.0
|
||||
ADD https://github.com/itzg/easy-add/releases/download/${EASY_ADD_VER}/easy-add_${EASY_ADD_VER}_linux_${ARCH} /usr/bin/easy-add
|
||||
RUN chmod +x /usr/bin/easy-add
|
||||
|
||||
|
|
Loading…
Reference in a new issue