Skip to content

Commit

Permalink
Apache/2.4.62, PHP/8.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Sep 29, 2024
1 parent ffc0940 commit 0665b52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"

# PHP 8.2 (for GPG KEY watch out "using key ... " notice in error message) / changes with minor versions
ENV GPG_KEYS "1198C0117593497A5EC5C199286AF1F9897469DC 39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A"
ENV PHP_VERSION 8.2.18
ENV PHP_VERSION 8.2.24
ENV PHP_URL="https://www.php.net/distributions/php-${PHP_VERSION}.tar.xz" PHP_ASC_URL="https://www.php.net/distributions/php-${PHP_VERSION}.tar.xz.asc"
ENV PHP_SHA256="44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50" PHP_MD5=""
ENV PHP_SHA256="80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a" PHP_MD5=""

RUN set -xe; \
\
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ by default so most PHP applications can run without much tweaks. Check the [Dock
The Dockerhub image name is `technicalguru/php`

# Current Releases / Tags
* 8.2.18-apache-2.4.57.0
* 8.1.28-apache-2.4.57.0
* 8.2.24-apache-2.4.62.0
* 8.1.31-apache-2.4.62.0

# Unsupported PHP versions
* 7.4.32-apache-2.4.54.0
Expand Down

0 comments on commit 0665b52

Please sign in to comment.