Skip to content

Commit 08689b4

Browse files
authored
Update Docker image base version to Debian 13
1 parent 97a201f commit 08689b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,13 +302,13 @@ Lando proxying is actually pretty powerful so definitely check out [the rest](ht
302302

303303
## Advanced Image Configuration
304304

305-
Starting with version 5 of our Docker images (eg devwithlando/php:8.2-fpm-6), we now use Debian 12 (Bookworm) as the base image. If you need to use the previous Debian 11-based images, you can set the `suffix` option to `4` to use those older image versions (eg devwithlando/php:8.2-fpm-4):
305+
Starting with version 6 of our Docker images (eg devwithlando/php:8.3-fpm-6), we now use Debian 13 (trixie) as the base image. If you need to use the previous Debian 12-based images, you can set the `suffix` option to `5` to use those older image versions (eg devwithlando/php:8.3-fpm-5):
306306

307307
```yaml
308308
services:
309309
myservice:
310-
type: php:8.2
311-
suffix: 4
310+
type: php:8.3
311+
suffix: 5
312312
```
313313

314-
Most users will never need to modify this setting, as it's primarily useful when specific dependency versions from Debian 11 are required.
314+
Most users will never need to modify this setting, as it's primarily useful when specific dependency versions from Debian 12 are required.

0 commit comments

Comments
 (0)