Skip to content

Commit b997aec

Browse files
authored
Merge pull request #42 from rtucek/upgrade/nginx-php-xdebug
General updates
2 parents ac1cafd + 4eb9080 commit b997aec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ LABEL \
1313
org.label-schema.version=${VERSION}
1414

1515
ENV \
16-
NGINX_VERSION=1.11.13 \
17-
PHP_VERSION=7.1.4 \
18-
XDEBUG_VERSION=2.5.1 \
16+
NGINX_VERSION=1.13.0 \
17+
PHP_VERSION=7.1.5 \
18+
XDEBUG_VERSION=2.5.4 \
1919
VERSION=${VERSION}
2020

2121
COPY \

0 commit comments

Comments
 (0)