Skip to content

Commit

Permalink
WordPress updated to version 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHofstetter committed Aug 4, 2015
1 parent e59cd1e commit 2d9dd20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apt-get update && \
apt-get -y install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server curl

# Download WordPress
RUN curl -L "https://wordpress.org/wordpress-4.2.3.tar.gz" > /wordpress-4.2.3.tar.gz && \
RUN curl -L "https://wordpress.org/wordpress-4.2.4.tar.gz" > /wordpress-4.2.4.tar.gz && \
rm /var/www/html/index.html && \
tar -xzf /wordpress-4.2.3.tar.gz -C /var/www/html --strip-components=1 && \
rm /wordpress-4.2.3.tar.gz
tar -xzf /wordpress-4.2.4.tar.gz -C /var/www/html --strip-components=1 && \
rm /wordpress-4.2.4.tar.gz

# Download WordPress CLI
RUN curl -L "https://github.com/wp-cli/wp-cli/releases/download/v0.19.2/wp-cli-0.19.2.phar" > /usr/bin/wp && \
Expand Down

0 comments on commit 2d9dd20

Please sign in to comment.