File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ RUN { \
20
20
21
21
VOLUME /var/www/html
22
22
23
- ENV WORDPRESS_VERSION 4.5
24
- ENV WORDPRESS_SHA1 439f09e7a948f02f00e952211a22b8bb0502e2e2
23
+ ENV WORDPRESS_VERSION 4.5.1
24
+ ENV WORDPRESS_SHA1 9bf09e0ca8f656b650b3056339e2d3eb28c6355e
25
25
26
26
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
27
27
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz \
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN { \
18
18
19
19
VOLUME /var/www/html
20
20
21
- ENV WORDPRESS_VERSION 4.5
22
- ENV WORDPRESS_SHA1 439f09e7a948f02f00e952211a22b8bb0502e2e2
21
+ ENV WORDPRESS_VERSION 4.5.1
22
+ ENV WORDPRESS_SHA1 9bf09e0ca8f656b650b3056339e2d3eb28c6355e
23
23
24
24
# upstream tarballs include ./wordpress/ so this gives us /usr/src/wordpress
25
25
RUN curl -o wordpress.tar.gz -SL https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz \
You can’t perform that action at this time.
0 commit comments