mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-03 18:51:32 +00:00
⬆️ Upgrades php7 to 7.3.15-r0
This commit is contained in:
parent
48c3af75ee
commit
224e0814f1
1 changed files with 13 additions and 13 deletions
|
@ -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 \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue