Skip to content

Commit 08c1ce4

Browse files
committed
Merge remote-tracking branch 'origin/master' into php/upgrade-v7.1.4
Fix merge conflict. * origin/master: Upgrade to Nginx v1.11.13 Upgrade Nginx to v1.11.12 Add badges for changelog
2 parents 44101fe + 9d613f8 commit 08c1ce4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
##### Tag v0.4.1 (2017-03-28)
2+
[![](https://images.microbadger.com/badges/image/rtucek/nginx-php:v0.4.1.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.4.1 "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/version/rtucek/nginx-php:v0.4.1.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.4.1 "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/commit/rtucek/nginx-php:v0.4.1.svg)](https://microbadger.com/images/rtucek/nginx-php:v0.4.1 "Get your own commit badge on microbadger.com")
23

34
- Bump PHP to v7.1.3
45
- Bump Nginx version to v1.11.11

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ LABEL \
1313
org.label-schema.version=${VERSION}
1414

1515
ENV \
16-
NGINX_VERSION=1.11.11 \
16+
NGINX_VERSION=1.11.13 \
1717
PHP_VERSION=7.1.4 \
1818
XDEBUG_VERSION=2.5.0 \
1919
VERSION=${VERSION}

0 commit comments

Comments
 (0)