File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ services:
4646 REDIS_VERSION : " 7.2"
4747 BASEOS : bookworm
4848
49- php84-fpm-bookworm -base :
50- image : my127/php:8.4-fpm-bookworm ${TAG_SUFFIX:-}
49+ php84-fpm-trixie -base :
50+ image : my127/php:8.4-fpm-trixie ${TAG_SUFFIX:-}
5151 build :
5252 context : ./
5353 target : base
5454 args :
5555 VERSION : " 8.4"
5656 REDIS_VERSION : " 7.4"
57- BASEOS : bookworm
57+ BASEOS : trixie
5858
5959 # Console Images
6060 php81-fpm-bullseye-console :
@@ -112,13 +112,13 @@ services:
112112 REDIS_VERSION : " 7.2"
113113 BASEOS : bookworm
114114
115- php84-fpm-bookworm -console :
116- image : my127/php:8.4-fpm-bookworm -console${TAG_SUFFIX:-}
115+ php84-fpm-trixie -console :
116+ image : my127/php:8.4-fpm-trixie -console${TAG_SUFFIX:-}
117117 build :
118118 context : ./
119119 target : console
120120 args :
121121 VERSION : " 8.4"
122122 COMPOSER_VERSION : " 2.8.12"
123123 REDIS_VERSION : " 7.4"
124- BASEOS : bookworm
124+ BASEOS : trixie
You can’t perform that action at this time.
0 commit comments