Explorar el Código

update plugins

Girish Ramakrishnan hace 8 años
padre
commit
f5d10f826a
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Dockerfile

+ 3 - 3
Dockerfile

@@ -22,9 +22,9 @@ RUN /bin/echo -e "apache_modules:\n  - mod_rewrite" > /app/code/wp-cli.yml
 
 
 # Get the plugins
-RUN curl -L -o /app/code/authLdap.zip https://github.com/heiglandreas/authLdap/archive/1.4.19.zip
-RUN curl -L -o /app/code/disable-wordpress-updates.zip https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.4.7.zip
-RUN curl -L -o /app/code/wp-mail-smtp.zip https://downloads.wordpress.org/plugin/wp-mail-smtp.0.9.5.zip
+RUN curl -L -o /app/code/authLdap.zip https://github.com/heiglandreas/authLdap/archive/1.4.21.zip
+RUN curl -L -o /app/code/disable-wordpress-updates.zip https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.4.8.zip
+RUN curl -L -o /app/code/wp-mail-smtp.zip https://downloads.wordpress.org/plugin/wp-mail-smtp.0.10.1.zip
 
 RUN chown -R www-data:www-data /app/code