Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
⬆️ Upgrades php7 to 7.3.15-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 1, 2020
1 parent 48c3af7 commit 224e081
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions phlex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ WORKDIR /opt
RUN \
apk add --no-cache \
nginx=1.16.1-r6 \
php7-curl=7.3.14-r0 \
php7-fileinfo=7.3.14-r0 \
php7-fpm=7.3.14-r0 \
php7-json=7.3.14-r0 \
php7-opcache=7.3.14-r0 \
php7-openssl=7.3.14-r0 \
php7-phar=7.3.14-r0 \
php7-session=7.3.14-r0 \
php7-sockets=7.3.14-r0 \
php7-sqlite3=7.3.14-r0 \
php7-zip=7.3.14-r0 \
php7-simplexml=7.3.14-r0 \
php7-xml=7.3.14-r0 \
php7-curl=7.3.15-r0 \
php7-fileinfo=7.3.15-r0 \
php7-fpm=7.3.15-r0 \
php7-json=7.3.15-r0 \
php7-opcache=7.3.15-r0 \
php7-openssl=7.3.15-r0 \
php7-phar=7.3.15-r0 \
php7-session=7.3.15-r0 \
php7-sockets=7.3.15-r0 \
php7-sqlite3=7.3.15-r0 \
php7-zip=7.3.15-r0 \
php7-simplexml=7.3.15-r0 \
php7-xml=7.3.15-r0 \
\
&& mkdir -p /opt \
\
Expand Down

0 comments on commit 224e081

Please sign in to comment.