Skip to content

Commit 72d8557

Browse files
committed
Upgrade Alpine Linux to 3.12
1 parent 72bb734 commit 72d8557

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.12
22
LABEL Maintainer="Tim de Pater <[email protected]>" \
3-
Description="Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux."
3+
Description="Lightweight WordPress container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
44

55
# Install packages
66
RUN apk --no-cache add \

README.md

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

22
# WordPress Docker Container
33

4-
Lightweight WordPress container with Nginx 1.16 & PHP-FPM 7.3 based on Alpine Linux.
4+
Lightweight WordPress container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux.
55

66
_WordPress version currently installed:_ **5.4.2**
77

@@ -17,7 +17,7 @@ _WordPress version currently installed:_ **5.4.2**
1717

1818
[![Docker Pulls](https://img.shields.io/docker/pulls/trafex/wordpress.svg)](https://hub.docker.com/r/trafex/wordpress/)
1919
[![Docker image layers](https://images.microbadger.com/badges/image/trafex/wordpress.svg)](https://microbadger.com/images/trafex/wordpress)
20-
![nginx 1.16.1](https://img.shields.io/badge/nginx-1.16-brightgreen.svg)
20+
![nginx 1.18](https://img.shields.io/badge/nginx-1.18-brightgreen.svg)
2121
![php 7.3](https://img.shields.io/badge/php-7.3-brightgreen.svg)
2222
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)
2323

0 commit comments

Comments
 (0)