Skip to content

Commit bcd00e3

Browse files
Umut IşıkUmut Işık
authored andcommitted
Upgrade to 8.1.18
1 parent 38812d2 commit bcd00e3

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
@@ -54,7 +54,7 @@ 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.33)
5555
- umutphp/php-docker-images-for-ci:7.4 (PHP 7.4.26)
5656
- umutphp/php-docker-images-for-ci:8.0 (PHP 8.0.26)
57-
- umutphp/php-docker-images-for-ci:8.1 (PHP 8.1.13)
57+
- 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

6060
## List of Alpine Based PHP Images ##
@@ -64,7 +64,7 @@ The tools that are installed by Composer are isolated by using different folder
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)
6666
- umutphp/php-docker-images-for-ci:8.0-alpine (PHP 8.0.26-apline)
67-
- umutphp/php-docker-images-for-ci:8.1-alpine (PHP 8.1.13-alpine)
67+
- 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

7070
## List of CI Tools ##

images/8.1/Dockerfile

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

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

images/8.1/Dockerfile-alpine

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

33
# disable interactive functions
44
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)