Skip to content

Commit 3ac528c

Browse files
authored
Revert "Upgrade alpine to v3.5"
1 parent 0070964 commit 3ac528c

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

5.6/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
60+
openssl \
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 \
9594
libxml2-dev \
95+
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

5.6/fpm/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

5.6/zts/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
60+
openssl \
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 \
9594
libxml2-dev \
95+
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.0/fpm/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.0/zts/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
60+
openssl \
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 \
9594
libxml2-dev \
95+
openssl-dev \
9696
sqlite-dev \
9797
\
9898
&& export CFLAGS="$PHP_CFLAGS" \

7.1/fpm/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

7.1/zts/alpine/Dockerfile

+3-3
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.5
7+
FROM alpine:3.4
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-
libressl \
61+
openssl \
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 \
9695
libxml2-dev \
96+
openssl-dev \
9797
sqlite-dev \
9898
\
9999
&& export CFLAGS="$PHP_CFLAGS" \

Dockerfile-alpine.template

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.4
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-
libressl \
54+
openssl \
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 \
8988
libxml2-dev \
89+
openssl-dev \
9090
sqlite-dev \
9191
\
9292
&& export CFLAGS="$PHP_CFLAGS" \

0 commit comments

Comments
 (0)