File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ docker run --rm --init -it -v $(pwd):/app -w /app kooldev/phpqa:7.4
49
49
50
50
The image built is [ ` kooldev/phpqa ` ] ( https://hub.docker.com/r/kooldev/phpqa/tags?page=1&ordering=last_updated ) with tags:
51
51
52
+ - [ ** ` 8.3 ` ** ] ( https://github.com/kool-dev/docker-phpqa/blob/main/8.3/Dockerfile )
52
53
- [ ** ` 8.1 ` ** ] ( https://github.com/kool-dev/docker-phpqa/blob/main/8.1/Dockerfile )
53
54
- [ ** ` 8.0 ` ** ] ( https://github.com/kool-dev/docker-phpqa/blob/main/8.0/Dockerfile )
54
55
- [ ** ` 7.4 ` ** ] ( https://github.com/kool-dev/docker-phpqa/blob/main/7.4/Dockerfile )
Original file line number Diff line number Diff line change 9
9
- docker build --pull -t kooldev/phpqa:8.0 8.0
10
10
# PHP 8.1
11
11
- docker build --pull -t kooldev/phpqa:8.1 8.1
12
+ # PHP 8.3
13
+ - docker build --pull -t kooldev/phpqa:8.3 8.3
You can’t perform that action at this time.
0 commit comments