@@ -7,15 +7,15 @@ All images can be pulled from [ghcr.io/toshy/php](https://ghcr.io/toshy/php).
77Run a container.
88
99``` shell
10- docker run --rm -it ghcr.io/toshy/php:8.4 -cli-bookworm
10+ docker run --rm -it ghcr.io/toshy/php:8.5 -cli-trixie
1111```
1212
1313### :simple-docker: Dockerfile
1414
1515Extend an image.
1616
1717``` Dockerfile
18- FROM ghcr.io/toshy/php:8.4 -fpm-bookworm
18+ FROM ghcr.io/toshy/php:8.5 -fpm-trixie
1919```
2020
2121### :simple-docker: Compose
@@ -25,7 +25,7 @@ Use as a compose service.
2525``` yaml
2626services :
2727 php :
28- image : ghcr.io/toshy/php:8.4 -fpm-bookworm
28+ image : ghcr.io/toshy/php:8.5 -fpm-trixie
2929` ` `
3030
3131## :octicons-container-24: Flavors, versions and OS
@@ -35,12 +35,12 @@ services:
3535ghcr.io/toshy/php:<version>-<flavor>-<os>(-<target>)
3636```
3737
38- - Contains the following PHP versions: ` 8.1 ` , ` 8.2 ` , ` 8.3 ` , ` 8.4 ` .
38+ - Contains the following PHP versions: ` 8.1 ` , ` 8.2 ` , ` 8.3 ` , ` 8.4 ` , ` 8.5 ` .
3939- Contains the following flavors: ` cli ` , ` fpm ` , ` apache ` , ` zts `
40- - Contains the following OS: ` bookworm ` .
40+ - Contains the following OS: ` bookworm ` , ` trixie ` .
4141- Contains the following [ targets] ( images.md#targets ) : ` base ` , ` ffmpeg ` , ` otel ` .
4242
4343!!!question
4444
45- - The `8.4 ` version is the default version (also tagged as `latest`).
45+ - The `8.5 ` version is the default version (also tagged as `latest`).
4646 - The `base` target is the default image and does not have a `target` suffix.
0 commit comments