Skip to content

Commit 4cabf87

Browse files
committed
Upgrade PHP/8.2.18
1 parent c221e84 commit 4cabf87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ ENV PHP_LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
123123

124124
# PHP 8.2 (for GPG KEY watch out "using key ... " notice in error message) / changes with minor versions
125125
ENV GPG_KEYS "1198C0117593497A5EC5C199286AF1F9897469DC 39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A"
126-
ENV PHP_VERSION 8.2.14
126+
ENV PHP_VERSION 8.2.18
127127
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"
128-
ENV PHP_SHA256="763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583" PHP_MD5=""
128+
ENV PHP_SHA256="44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50" PHP_MD5=""
129129

130130
RUN set -xe; \
131131
\

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ by default so most PHP applications can run without much tweaks. Check the [Dock
66
The Dockerhub image name is `technicalguru/php`
77

88
# Current Releases / Tags
9-
* 8.2.14-apache-2.4.57.0
9+
* 8.2.18-apache-2.4.57.0
1010
* 8.1.22-apache-2.4.56.0
1111

1212
# Unsupported PHP versions

0 commit comments

Comments
 (0)