Skip to content

Commit 722cdaa

Browse files
committed
Bump dependencies
1 parent 0160ba3 commit 722cdaa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM composer:1.5
1+
FROM composer:1.6
22
FROM php:7.2-fpm-alpine
33

44
RUN apk add --no-cache --virtual .persistent-deps \
55
git \
66
icu-libs \
77
zlib
88

9-
ENV APCU_VERSION 5.1.8
9+
ENV APCU_VERSION 5.1.11
1010
RUN set -xe \
1111
&& apk add --no-cache --virtual .build-deps \
1212
$PHPIZE_DEPS \

Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.13-alpine
1+
FROM nginx:1.15-alpine
22

33
COPY docker/nginx/conf.d /etc/nginx/conf.d/
44
COPY public /srv/app/public/

docker/httpd/httpd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Protocols h2 http/1.1
1717
ProxyPass / http://nginx/
1818
ProxyPassReverse / http://nginx/
1919

20+
LoadModule mpm_event_module modules/mod_mpm_event.so
2021
LoadModule authz_core_module modules/mod_authz_core.so
2122
LoadModule http2_module modules/mod_http2.so
2223
LoadModule log_config_module modules/mod_log_config.so

0 commit comments

Comments
 (0)