Skip to content

Commit

Permalink
WordPress updated to version 4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiHofstetter committed Jan 18, 2018
1 parent df46674 commit 6272239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server curl

# Download WordPress
RUN wp_version=4.9.1 && \
RUN wp_version=4.9.2 && \
curl -L "https://wordpress.org/wordpress-${wp_version}.tar.gz" > /wordpress-${wp_version}.tar.gz && \
rm /var/www/html/index.html && \
tar -xzf /wordpress-${wp_version}.tar.gz -C /var/www/html --strip-components=1 && \
Expand Down

0 comments on commit 6272239

Please sign in to comment.