Skip to content

Commit

Permalink
Update docker, php and docu
Browse files Browse the repository at this point in the history
  • Loading branch information
stankolubomir committed Jan 22, 2024
1 parent 97ccbe1 commit 1724c51
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Additionally, it has preinstalled some libraries (xdebug, libvips, redis, mongod

## What's inside

- PHP 8.2 - 8.2.13
- PHP 8.3 - 8.3.0
- PHP 8.2 - 8.2.15
- PHP 8.3 - 8.3.2
- PHP Apcu ext - 5.1.23
- PHP Mongodb ext - 1.17.1
- PHP Mongodb ext - 1.17.2
- PHP Redis ext - 6.0.2
- PHP Pcov ext - 1.0.11
- PHP Xdebug ext - 3.3.1
Expand Down
2 changes: 1 addition & 1 deletion build/php82/cli/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.2.14-cli
FROM php:8.2.15-cli

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build/php82/cli/vipsffmpeg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.2.14-cli
FROM php:8.2.15-cli

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build/php82/fpm/vipsffmpeg-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.2.14-fpm
FROM php:8.2.15-fpm

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build/php83/cli/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.3.1-cli
FROM php:8.3.2-cli

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build/php83/cli/vipsffmpeg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.3.1-cli
FROM php:8.3.2-cli

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion build/php83/fpm/vipsffmpeg-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# PLEASE DO NOT EDIT IT DIRECTLY!
# CHECK README FOR MORE INFO.
#
FROM php:8.3.1-fpm
FROM php:8.3.2-fpm

LABEL maintainer="Lubomir Stanko <[email protected]>"

Expand Down
4 changes: 2 additions & 2 deletions doc/PHP-Changelog/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ planned

### Changed
- Docker packages update
- php 8.2 `8.2.14`
- php 8.3 `8.3.1`
- php 8.2 `8.2.15`
- php 8.3 `8.3.2`
- php ext mongodb `1.17.2`
4 changes: 2 additions & 2 deletions versions.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export PHP82_VERSION=8.2.14
export PHP83_VERSION=8.3.1
export PHP82_VERSION=8.2.15
export PHP83_VERSION=8.3.2
# Pecl ext versions
export PECL_APCU_VERSION=5.1.23
export PECL_MONGODB_VERSION=1.17.2
Expand Down

0 comments on commit 1724c51

Please sign in to comment.