Skip to content

Commit f965698

Browse files
Update to 5.6.34
1 parent 8def350 commit f965698

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

5.6/alpine3.4/cli/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.33
56-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
57-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
55+
ENV PHP_VERSION 5.6.34
56+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
57+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

5.6/alpine3.4/fpm/Dockerfile

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

5454
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5555

56-
ENV PHP_VERSION 5.6.33
57-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
58-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
56+
ENV PHP_VERSION 5.6.34
57+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
58+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

5.6/alpine3.4/zts/Dockerfile

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

5454
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5555

56-
ENV PHP_VERSION 5.6.33
57-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
58-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
56+
ENV PHP_VERSION 5.6.34
57+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
58+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5959

6060
RUN set -xe; \
6161
\

5.6/jessie/apache/Dockerfile

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

111111
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
112112

113-
ENV PHP_VERSION 5.6.33
114-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
115-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
113+
ENV PHP_VERSION 5.6.34
114+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
115+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
116116

117117
RUN set -xe; \
118118
\

5.6/jessie/cli/Dockerfile

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

5252
ENV GPG_KEYS 0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3
5353

54-
ENV PHP_VERSION 5.6.33
55-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
56-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
54+
ENV PHP_VERSION 5.6.34
55+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
56+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5757

5858
RUN set -xe; \
5959
\

5.6/jessie/fpm/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.33
56-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
57-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
55+
ENV PHP_VERSION 5.6.34
56+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
57+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

5.6/jessie/zts/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.33
56-
ENV PHP_URL="https://secure.php.net/get/php-5.6.33.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.33.tar.xz.asc/from/this/mirror"
57-
ENV PHP_SHA256="9004995fdf55f111cd9020e8b8aff975df3d8d4191776c601a46988c375f3553" PHP_MD5=""
55+
ENV PHP_VERSION 5.6.34
56+
ENV PHP_URL="https://secure.php.net/get/php-5.6.34.tar.xz/from/this/mirror" PHP_ASC_URL="https://secure.php.net/get/php-5.6.34.tar.xz.asc/from/this/mirror"
57+
ENV PHP_SHA256="21453be3a045204cd2717543ef42771324f411f40962ecda4fe841930a933128" PHP_MD5=""
5858

5959
RUN set -xe; \
6060
\

0 commit comments

Comments
 (0)