Skip to content

Commit

Permalink
Bump php 7.2.9 to 7.2.34
Browse files Browse the repository at this point in the history
This will use a more recent image with good certificates in place
  • Loading branch information
Simon Begin committed Nov 9, 2021
1 parent 2a9f0a5 commit e674df7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions php7.2/alpine/intl-mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM php:7.2.9-alpine3.7@sha256:2a5e38c14e669a1d2274bf1cba46c2926800e08c4bae34e4b1fa301f1bd449fd
FROM php:7.2.34-alpine3.12@sha256:4361c0c2767145d7fce396bd0a677dc716a4173e28c27ccf27cd345bd388c839

RUN apk add --no-cache zlib-dev=1.2.11-r1 \
libmcrypt-dev=2.5.8-r7 \
icu-dev=59.1-r1 \
curl-dev=7.61.1-r3 \
libmemcached-dev=1.0.18-r2 \
gnupg=2.2.3-r1 \
fontconfig=2.12.6-r0 \
RUN apk add --no-cache zlib-dev=1.2.11-r3 \
libmcrypt-dev=2.5.8-r8 \
icu-dev=67.1-r0 \
curl-dev=7.79.1-r0 \
libmemcached-dev=1.0.18-r4 \
gnupg=2.2.23-r1 \
fontconfig=2.13.1-r2 \
autoconf=2.69-r2 \
$PHPIZE_DEPS

Expand Down
14 changes: 7 additions & 7 deletions php7.2/alpine/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM php:7.2.9-alpine3.7@sha256:2a5e38c14e669a1d2274bf1cba46c2926800e08c4bae34e4b1fa301f1bd449fd
FROM php:7.2.34-alpine3.12@sha256:4361c0c2767145d7fce396bd0a677dc716a4173e28c27ccf27cd345bd388c839

RUN apk add --no-cache zlib-dev=1.2.11-r1 \
libmcrypt-dev=2.5.8-r7 \
curl-dev=7.61.1-r3 \
libmemcached-dev=1.0.18-r2 \
gnupg=2.2.3-r1 \
fontconfig=2.12.6-r0 \
RUN apk add --no-cache zlib-dev=1.2.11-r3 \
libmcrypt-dev=2.5.8-r8 \
curl-dev=7.79.1-r0 \
libmemcached-dev=1.0.18-r4 \
gnupg=2.2.23-r1 \
fontconfig=2.13.1-r2 \
autoconf=2.69-r2 \
$PHPIZE_DEPS

Expand Down
4 changes: 2 additions & 2 deletions php7.2/apache/intl-mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:7.2.9-apache@sha256:42bbbfb881af0d50f8cee436b7645589798e6f17eeec8e63d59239b24d77254c
FROM php:7.2.34-apache@sha256:765365bf1dba8c46bdc198860d9fc183861c309049823d4174d32f9707b037d8

RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt install -y libmcrypt-dev=2.5.8-3.3 \
libcurl4-gnutls-dev=7.52.1-* \
libicu-dev=57.1-6+deb9u3 \
libicu-dev=57.1-6+deb9u5 \
zlib1g-dev=1:1.2.8.* \
libmemcached-dev=1.0.18-4.1 \
gnupg2=2.1.18-8* \
Expand Down
2 changes: 1 addition & 1 deletion php7.2/apache/mcrypt-memcached-mongodb-redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7.2.9-apache@sha256:42bbbfb881af0d50f8cee436b7645589798e6f17eeec8e63d59239b24d77254c
FROM php:7.2.34-apache@sha256:765365bf1dba8c46bdc198860d9fc183861c309049823d4174d32f9707b037d8

RUN apt-get update -q && DEBIAN_FRONTEND=noninteractive apt install -y libmcrypt-dev=2.5.8-3.3 \
libcurl4-gnutls-dev=7.52.1-* \
Expand Down

0 comments on commit e674df7

Please sign in to comment.