Hal De 3 gadi atpakaļ
vecāks
revīzija
27353af3c0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 \