From 0c385fb2db8fd9dae8bb48292a393172f72174e0 Mon Sep 17 00:00:00 2001 From: ralph Date: Sun, 29 Sep 2024 11:53:47 +0000 Subject: [PATCH] PHP/8.3.12 --- Dockerfile | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 80567d8..56b3f67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \ \ diff --git a/README.md b/README.md index 033bb84..088dc17 100644 --- a/README.md +++ b/README.md @@ -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