Skip to content

Commit d93b4ca

Browse files
Umut IşıkUmut Işık
authored andcommitted
Upgrade to 8.0.28
1 parent bcd00e3 commit d93b4ca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The tools that are installed by Composer are isolated by using different folder
5353
- umutphp/php-docker-images-for-ci:7.2 (PHP 7.2.34)
5454
- umutphp/php-docker-images-for-ci:7.3 (PHP 7.3.33)
5555
- umutphp/php-docker-images-for-ci:7.4 (PHP 7.4.26)
56-
- umutphp/php-docker-images-for-ci:8.0 (PHP 8.0.26)
56+
- umutphp/php-docker-images-for-ci:8.0 (PHP 8.0.28)
5757
- umutphp/php-docker-images-for-ci:8.1 (PHP 8.1.18)
5858
- umutphp/php-docker-images-for-ci:8.2 (PHP 8.2.5)
5959

@@ -63,7 +63,7 @@ The tools that are installed by Composer are isolated by using different folder
6363
- umutphp/php-docker-images-for-ci:7.2-alpine (PHP 7.2.34)
6464
- umutphp/php-docker-images-for-ci:7.3-alpine (PHP 7.3.33-alpine)
6565
- umutphp/php-docker-images-for-ci:7.4-alpine (PHP 7.4.26-alpine)
66-
- umutphp/php-docker-images-for-ci:8.0-alpine (PHP 8.0.26-apline)
66+
- umutphp/php-docker-images-for-ci:8.0-alpine (PHP 8.0.28-apline)
6767
- umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.1.18-alpine)
6868
- umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.2.5-alpine)
6969

images/8.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.26
1+
FROM php:8.0.28
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.0/Dockerfile-alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.26-alpine
1+
FROM php:8.0.28-alpine
22

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)