Skip to content

Commit 8428011

Browse files
committed
Change version to 7.2
1 parent e22ce50 commit 8428011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.docker/php-cli/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR "/application"
55

66
# Fix debconf warnings upon build
77
ARG DEBIAN_FRONTEND=noninteractive
8-
ARG PHP_VERSION=7.1
8+
ARG PHP_VERSION=7.2
99

1010
RUN export LANG=C.UTF-8 \
1111
&& apt-get update \
@@ -34,4 +34,4 @@ RUN export LANG=C.UTF-8 \
3434
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
3535

3636
# Override ini file
37-
COPY .docker/php-cli/php-ini-overrides.ini /etc/php/7.0/cli/conf.d/99-overrides.ini
37+
COPY .docker/php-cli/php-ini-overrides.ini /etc/php/7.2/cli/conf.d/99-overrides.ini

0 commit comments

Comments
 (0)