Skip to content

Commit 0070964

Browse files
authored
Merge pull request #357 from PeterDaveHelloKitchen/alpine-3.5
Upgrade alpine to v3.5
2 parents b66c0fa + 58fbb6e commit 0070964

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

5.6/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

5.6/fpm/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

5.6/zts/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.0/fpm/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/zts/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -57,7 +57,7 @@ RUN set -xe; \
5757
\
5858
apk add --no-cache --virtual .fetch-deps \
5959
gnupg \
60-
openssl \
60+
libressl \
6161
; \
6262
\
6363
mkdir -p /usr/src; \
@@ -91,8 +91,8 @@ RUN set -xe \
9191
$PHPIZE_DEPS \
9292
curl-dev \
9393
libedit-dev \
94+
libressl-dev \
9495
libxml2-dev \
95-
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.1/fpm/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/zts/alpine/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.4
7+
FROM alpine:3.5
88

99
# persistent / runtime deps
1010
ENV PHPIZE_DEPS \
@@ -58,7 +58,7 @@ RUN set -xe; \
5858
\
5959
apk add --no-cache --virtual .fetch-deps \
6060
gnupg \
61-
openssl \
61+
libressl \
6262
; \
6363
\
6464
mkdir -p /usr/src; \
@@ -92,8 +92,8 @@ RUN set -xe \
9292
$PHPIZE_DEPS \
9393
curl-dev \
9494
libedit-dev \
95+
libressl-dev \
9596
libxml2-dev \
96-
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

Dockerfile-alpine.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.5
22

33
# persistent / runtime deps
44
ENV PHPIZE_DEPS \
@@ -51,7 +51,7 @@ RUN set -xe; \
5151
\
5252
apk add --no-cache --virtual .fetch-deps \
5353
gnupg \
54-
openssl \
54+
libressl \
5555
; \
5656
\
5757
mkdir -p /usr/src; \
@@ -85,8 +85,8 @@ RUN set -xe \
8585
$PHPIZE_DEPS \
8686
curl-dev \
8787
libedit-dev \
88+
libressl-dev \
8889
libxml2-dev \
89-
openssl-dev \
9090
sqlite-dev \
9191
\
9292
&& export CFLAGS="$PHP_CFLAGS" \

0 commit comments

Comments
 (0)