Skip to content

Commit

Permalink
PHP/8.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Sep 29, 2024
1 parent 0665b52 commit 0c385fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ ENV PHP_CFLAGS="-fstack-protector-strong -fpic -fpie -O2"
ENV PHP_CPPFLAGS="$PHP_CFLAGS"
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.24
# PHP 8.3 (for GPG KEY watch out "using key ... " notice in error message) / changes with minor versions
ENV GPG_KEYS "1198C0117593497A5EC5C199286AF1F9897469DC AFD8691FDAEDF03BDF6E460563F15A9B715376CA C28D937575603EB4ABB725861C0779DC5C0A9DE4"
ENV PHP_VERSION 8.3.12
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="80a5225746a9eb484475b312d4c626c63a88a037d8e56d214f30205e1ba1411a" PHP_MD5=""
ENV PHP_SHA256="f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131" PHP_MD5=""

RUN set -xe; \
\
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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.3.12-apache-2.4.62.0
* 8.2.24-apache-2.4.62.0
* 8.1.31-apache-2.4.62.0

Expand Down

0 comments on commit 0c385fb

Please sign in to comment.