浏览代码

Use 4.2.2 instead

Girish Ramakrishnan 10 年之前
父节点
当前提交
9664600acb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
 
 
 RUN mkdir -p /app/code
 RUN mkdir -p /app/code
 WORKDIR /app/code
 WORKDIR /app/code
-RUN curl -L http://wordpress.org/wordpress-4.2.tar.gz | tar -xz --strip-components 1 -f -
+RUN curl -L http://wordpress.org/wordpress-4.2.2.tar.gz | tar -xz --strip-components 1 -f -
 RUN chown -R www-data.www-data /app/code
 RUN chown -R www-data.www-data /app/code
 
 
 ADD start.sh /app/code/start.sh
 ADD start.sh /app/code/start.sh