Skip to content

Commit 507fbc8

Browse files
committed
Updated WordPress to 5.0.3
1 parent 337caa9 commit 507fbc8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ WORKDIR /var/www/wp-content
2323
RUN chown -R nobody.nobody /var/www
2424

2525
# WordPress
26-
ENV WORDPRESS_VERSION 5.0.2
27-
ENV WORDPRESS_SHA1 4a6971d35eb92e2fc30034141b1c865e8c156add
26+
ENV WORDPRESS_VERSION 5.0.3
27+
ENV WORDPRESS_SHA1 f9a4b482288b5be7a71e9f3dc9b5b0c1f881102b
2828

2929
RUN mkdir -p /usr/src
3030

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Lightweight WordPress container with Nginx 1.14 & PHP-FPM 7.2 based on Alpine Linux.
44

5-
_WordPress version currently installed:_ **5.0.2**
5+
_WordPress version currently installed:_ **5.0.3**
66

77
* Used in production for my own sites, making it stable, tested and up-to-date
88
* Optimized for 100 concurrent users
@@ -14,7 +14,11 @@ _WordPress version currently installed:_ **5.0.2**
1414
* Can safely be updated without losing data
1515
* Fully configurable because wp-config.php uses the environment variables you can pass as a argument to the container
1616

17-
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/wordpress.svg)](https://hub.docker.com/r/trafex/wordpress/) [![](https://images.microbadger.com/badges/image/trafex/wordpress.svg)](https://microbadger.com/images/trafex/wordpress "Get your own image badge on microbadger.com")
17+
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/wordpress.svg)](https://hub.docker.com/r/trafex/wordpress/)
18+
[![Docker image layers](https://images.microbadger.com/badges/image/trafex/wordpress.svg)](https://microbadger.com/images/trafex/wordpress)
19+
![nginx 1.14.1](https://img.shields.io/badge/nginx-1.14-brightgreen.svg)
20+
![php 7.2](https://img.shields.io/badge/php-7.2-brightgreen.svg)
21+
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
1822

1923

2024
## Usage

0 commit comments

Comments
 (0)