Skip to content

Commit 4ba8708

Browse files
up php version
1 parent 246fe0b commit 4ba8708

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
5252

5353
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5454

55-
ENV PHP_VERSION 5.6.37
56-
ENV PHP_URL="https://secure.php.net/get/php-5.6.37.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.37.tar.xz.asc/from/this/mirror"
57-
ENV PHP_SHA256="5000d82610f9134aaedef28854ec3591f68dedf26a17b8935727dac2843bd256" PHP_MD5=""
55+
ENV PHP_VERSION 5.6.38
56+
ENV PHP_URL="https://secure.php.net/get/php-5.6.38.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.38.tar.xz.asc/from/this/mirror"
57+
ENV PHP_SHA256="c2fac47dc6316bd230f0ea91d8a5498af122fb6a3eb43f796c9ea5f59b04aa1e" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Container with:
66

77
* Debian Jessie (default time zone `Europe/Riga`)
88
* `nginx` 1.10.3
9-
* PHP-FPM 5.6.37
10-
* WP-CLI 2.0.0
9+
* PHP-FPM 5.6.38
10+
* WP-CLI 2.0.1
1111
* `git`
1212

1313
Based on following containers:

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
docker build -t digiblink/jessie-nginx-php5-fpm .
3+
docker build --no-cache -t digiblink/jessie-nginx-php5-fpm .

0 commit comments

Comments
 (0)