瀏覽代碼

minor fixes

Hal De 3 年之前
父節點
當前提交
27353af3c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -33,7 +33,7 @@ COPY systemctl-wrapper /usr/bin/systemctl
 
 WORKDIR /root
 
-RUN wget "https://raw.githubusercontent.com/hestiacp/hestiacp/1.5.10/install/hst-install-ubuntu.sh" \
+RUN wget "https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install-ubuntu.sh" \
     && pwgen -c -n -1 12 > $HOME/.delme \
     && bash hst-install-ubuntu.sh \
     --apache no --vsftpd no --proftpd no --named no --mysql no --postgresql no --exim yes --dovecot no \