Update PHP image

This commit is contained in:
cytopia 2023-01-02 11:29:40 +01:00
parent 76c6467806
commit 51a127dda3
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
4 changed files with 15 additions and 14 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v3.0.0-beta-0.3'; $DEVILBOX_VERSION = 'v3.0.0-beta-0.3';
$DEVILBOX_DATE = '2022-12-31'; $DEVILBOX_DATE = '2023-01-02';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json';
// //

View File

@ -6,7 +6,7 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased ## Unreleased
## Release v3.0.0-beta-0.3 (2022-12-31) ## Release v3.0.0-beta-0.3 (2022-01-02)
This release provides the `dvl.to` domain to be used with `TLD_SUFFIX` (set to default), which eliminates the need to set any entries in `/etc/hosts`, as all of its subdomain will point to `127.0.0.1` via official DNS. Domain has been acquired thanks to awesome sponsors! This release provides the `dvl.to` domain to be used with `TLD_SUFFIX` (set to default), which eliminates the need to set any entries in `/etc/hosts`, as all of its subdomain will point to `127.0.0.1` via official DNS. Domain has been acquired thanks to awesome sponsors!
@ -20,6 +20,7 @@ This release provides the `dvl.to` domain to be used with `TLD_SUFFIX` (set to d
- Intranet: vhost overview shows listening ports - Intranet: vhost overview shows listening ports
- Intranet: vhost overview now has modals to show httpd and vhost-gen configs - Intranet: vhost overview now has modals to show httpd and vhost-gen configs
- Docs: Show available tools per version in README.md - Docs: Show available tools per version in README.md
- Added `xhprof` PHP extension
## Release v3.0.0-beta-0.2 (2022-12-27) ## Release v3.0.0-beta-0.2 (2022-12-27)

View File

@ -34,7 +34,7 @@ services:
php54: php54:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:5.4-prod-0.149 image: devilbox/php-fpm:5.4-prod-release-0.150
hostname: php54 hostname: php54
networks: networks:
app_net: app_net:
@ -52,7 +52,7 @@ services:
php55: php55:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:5.5-prod-0.149 image: devilbox/php-fpm:5.5-prod-release-0.150
hostname: php55 hostname: php55
networks: networks:
app_net: app_net:
@ -70,7 +70,7 @@ services:
php56: php56:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:5.6-prod-0.149 image: devilbox/php-fpm:5.6-prod-release-0.150
hostname: php56 hostname: php56
networks: networks:
app_net: app_net:
@ -88,7 +88,7 @@ services:
php70: php70:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:7.0-prod-0.149 image: devilbox/php-fpm:7.0-prod-release-0.150
hostname: php70 hostname: php70
networks: networks:
app_net: app_net:
@ -106,7 +106,7 @@ services:
php71: php71:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:7.1-prod-0.149 image: devilbox/php-fpm:7.1-prod-release-0.150
hostname: php71 hostname: php71
networks: networks:
app_net: app_net:
@ -124,7 +124,7 @@ services:
php72: php72:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:7.2-prod-0.149 image: devilbox/php-fpm:7.2-prod-release-0.150
hostname: php72 hostname: php72
networks: networks:
app_net: app_net:
@ -142,7 +142,7 @@ services:
php73: php73:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:7.3-prod-0.149 image: devilbox/php-fpm:7.3-prod-release-0.150
hostname: php73 hostname: php73
networks: networks:
app_net: app_net:
@ -160,7 +160,7 @@ services:
php74: php74:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:7.4-prod-0.149 image: devilbox/php-fpm:7.4-prod-release-0.150
hostname: php74 hostname: php74
networks: networks:
app_net: app_net:
@ -178,7 +178,7 @@ services:
php80: php80:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:8.0-prod-0.149 image: devilbox/php-fpm:8.0-prod-release-0.150
hostname: php80 hostname: php80
networks: networks:
app_net: app_net:
@ -196,7 +196,7 @@ services:
php81: php81:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:8.1-prod-0.149 image: devilbox/php-fpm:8.1-prod-release-0.150
hostname: php81 hostname: php81
networks: networks:
app_net: app_net:
@ -214,7 +214,7 @@ services:
php82: php82:
<<: *default-php <<: *default-php
image: devilbox/php-fpm:8.2-prod-0.149 image: devilbox/php-fpm:8.2-prod-release-0.150
hostname: php82 hostname: php82
networks: networks:
app_net: app_net:

View File

@ -99,7 +99,7 @@ services:
# PHP # PHP
# ------------------------------------------------------------ # ------------------------------------------------------------
php: php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.149 image: devilbox/php-fpm:${PHP_SERVER}-work-release-0.150
hostname: php hostname: php
## ##