Skip to content

Commit

Permalink
Change version to 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tchimenti committed Nov 18, 2024
1 parent e22ce50 commit 8428011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/php-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR "/application"

# Fix debconf warnings upon build
ARG DEBIAN_FRONTEND=noninteractive
ARG PHP_VERSION=7.1
ARG PHP_VERSION=7.2

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

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

0 comments on commit 8428011

Please sign in to comment.