File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN docker-php-ext-install mysqli
10
10
11
11
VOLUME /var/www/html
12
12
13
- ENV WORDPRESS_VERSION 4.1.1
14
- ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
15
- ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
13
+ ENV WORDPRESS_VERSION 4.1.2
14
+ ENV WORDPRESS_UPSTREAM_VERSION 4.1.2
15
+ ENV WORDPRESS_SHA1 9e9745bb8a1166622de866076eac73a49cb3eba0
16
16
17
17
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
18
18
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ RUN docker-php-ext-install mysqli
8
8
9
9
VOLUME /var/www/html
10
10
11
- ENV WORDPRESS_VERSION 4.1.1
12
- ENV WORDPRESS_UPSTREAM_VERSION 4.1.1
13
- ENV WORDPRESS_SHA1 15d38fe6c73121a20e63ccd8070153b89b2de6a9
11
+ ENV WORDPRESS_VERSION 4.1.2
12
+ ENV WORDPRESS_UPSTREAM_VERSION 4.1.2
13
+ ENV WORDPRESS_SHA1 9e9745bb8a1166622de866076eac73a49cb3eba0
14
14
15
15
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
16
16
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_UPSTREAM_VERSION}.tar.gz \
You can’t perform that action at this time.
0 commit comments