File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ The tools that are installed by Composer are isolated by using different folder
5454- umutphp/php-docker-images-for-ci:7.3 (PHP 7.3.29)
5555- umutphp/php-docker-images-for-ci:7.4 (PHP 7.4.21)
5656- umutphp/php-docker-images-for-ci:8.0 (PHP 8.0.8)
57- - umutphp/php-docker-images-for-ci:8.1 (PHP 8.1.0alpha2)
57+ - umutphp/php-docker-images-for-ci:8.1 (PHP 8.1.13)
58+ - umutphp/php-docker-images-for-ci:8.2 (PHP 8.2.0RC7)
5859
5960## List of Alpine Based PHP Images ##
6061- umutphp/php-docker-images-for-ci:7.0-alpine (PHP 7.0.33)
@@ -63,7 +64,8 @@ The tools that are installed by Composer are isolated by using different folder
6364- umutphp/php-docker-images-for-ci:7.3-alpine (PHP 7.3.29)
6465- umutphp/php-docker-images-for-ci:7.4-alpine (PHP 7.4.21)
6566- umutphp/php-docker-images-for-ci:8.0-alpine (PHP 8.0.8)
66- - umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.1.0alpha2-alpine)
67+ - umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.1.13-alpine)
68+ - umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.2.0RC7-alpine)
6769
6870## List of CI Tools ##
6971
Original file line number Diff line number Diff line change 1- FROM php:8.1.0
1+ FROM php:8.1.13
22
33# disable interactive functions
44ENV DEBIAN_FRONTEND noninteractive
Original file line number Diff line number Diff line change 1- FROM php:8.1.0 -alpine
1+ FROM php:8.1.13 -alpine
22
33# disable interactive functions
44ENV DEBIAN_FRONTEND noninteractive
You can’t perform that action at this time.
0 commit comments