Skip to content

Commit e3bd3f3

Browse files
feat: switch PHP 8.4 to Debian 13 (trixie)
and add a PHP 8.3 trixie image
1 parent 6ea1a24 commit e3bd3f3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)