Skip to content

Commit 4e7d121

Browse files
authored
Update README.md
1 parent 47ccd0a commit 4e7d121

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ We recommend using [pluswerk/docker-global](https://github.com/pluswerk/docker-g
66

77
# Tags
88

9-
- php versions supported: `7.1`-`8.2`
9+
- php versions supported: `7.1`-`8.3`
1010
- webserver supported: `nginx` and `apache`
1111
- alpine images: `-alpine`
1212
- examples
13-
- `ghcr.io/pluswerk/php-dev:nginx-8.2-alpine`
13+
- `ghcr.io/pluswerk/php-dev:nginx-8.3-alpine`
1414
- `ghcr.io/pluswerk/php-dev:apache-7.1-alpine`
1515
- `ghcr.io/pluswerk/php-dev:nginx-8.0`
1616
- list of [all Tags](https://github.com/pluswerk/php-dev/pkgs/container/php-dev/versions?filters%5Bversion_type%5D=tagged)
@@ -57,7 +57,7 @@ version: '3.5'
5757

5858
services:
5959
web:
60-
image: ghcr.io/pluswerk/php-dev:nginx-8.2-alpine
60+
image: ghcr.io/pluswerk/php-dev:nginx-8.3-alpine
6161

6262
volumes:
6363
- .:/app

0 commit comments

Comments
 (0)