diff --git a/Dockerfile b/Dockerfile index ec1c5dd..0f7e2a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,11 +37,11 @@ RUN ln -s /app/boot/soft /tftp-np RUN echo "/tftp-np *(ro,sync,no_subtree_check)" > /etc/exports # Copy the file to the root directory -COPY tftp-np-1.9.15-linux-x64.bin /app/tftp-np-1.9.15-linux-x64.bin +COPY tftp-np-2.0.0-linux-x64.bin /app/tftp-np-2.0.0-linux-x64.bin # Grant execute permission to the file -RUN chmod +x /app/tftp-np-1.9.15-linux-x64.bin +RUN chmod +x /app/tftp-np-2.0.0-linux-x64.bin # Run the specified file -CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-1.9.15-linux-x64.bin"] +CMD ["sh", "-c", "rpcbind -w & smbd --foreground --no-process-group & /app/tftp-np-2.0.0-linux-x64.bin"] diff --git a/public/menu.ejs b/public/menu.ejs index dca1792..7dc7c8f 100644 --- a/public/menu.ejs +++ b/public/menu.ejs @@ -1,7 +1,7 @@ #!ipxe -set menu_version 1.9.17 +set menu_version 2.0.0 set server_ip http://<%- auth %><%- boot_ip %> set nfs_ip <%- boot_ip %> set port <%= port %>