-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wordpress:6.6.2-php8.2-apache] Upgrade PHP to 8.2.26 #935
Comments
We rebuild all dependent Docker Official Images when their parent image(s) are updated. $ docker run -it --rm wordpress:php8.2-apache php --version
Unable to find image 'wordpress:php8.2-apache' locally
php8.2-apache: Pulling from library/wordpress
8e3574ead1d9: Download complete
cc509c872df2: Download complete
33ddd73cf168: Download complete
2c3cdaf28ff9: Download complete
cdd30a8da961: Download complete
147b34766441: Download complete
3ecc49d93144: Download complete
bebb38845b62: Download complete
4f4fb700ef54: Already exists
0f3c44dd6c5b: Download complete
1062c4bf27a2: Download complete
205f781f096b: Download complete
8944b2c2d493: Download complete
03e622ab6113: Download complete
3d465c9a467d: Download complete
a6ef3423d3cc: Download complete
c99b33b2d2df: Download complete
8bd2c82cab52: Download complete
b95e19029c21: Download complete
413b3a10b41e: Download complete
93e37cdea03d: Download complete
Digest: sha256:cd3ff8311e62c3a5d95feaa502f8416d547d98af339b3384647d6fc2a9f76813
Status: Downloaded newer image for wordpress:php8.2-apache
PHP 8.2.26 (cli) (built: Nov 21 2024 17:59:31) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.26, Copyright (c) Zend Technologies
with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies |
I'm sorry, this issue had a typo when I first created it. I meant that wordpress:6.6.2-php8.2-apache still has PHP 8.2.25. Will wordpress:6.6.2-php8.2-apache ever be updated to PHP 8.2.26? Or is that tag no longer supported for security updates? |
Unfortunately we only support the latest WordPress release (see #701) |
🫠 |
wordpress:6.6.2-php8.2-apache currently has known security vulnerabilities.
php:8.2-apache has PHP 8.2.26.
I think wordpress:6.6.2-php8.2-apache just needs a rebuild to pick up the upstream changes.
Edit: Originally the image mentioend was
wordpress:6-php8.2-apache
, but that was a typo.The text was updated successfully, but these errors were encountered: