Replies: 1 comment 3 replies
-
Same answer as #802 (comment) $ docker run -it --rm wordpress:php8.2-apache bash
Unable to find image 'wordpress:php8.2-apache' locally
php8.2-apache: Pulling from library/wordpress
a378f10b3218: Already exists
20ad076dff2e: Pull complete
6d17b5cade1b: Pull complete
d71c28a64564: Pull complete
1bfddb7ff535: Pull complete
8d5225155d20: Pull complete
4b78f518026d: Pull complete
c91e4e0e6eb8: Pull complete
d84503eddcea: Pull complete
56b87d4f1b89: Pull complete
cecf366f324e: Pull complete
c79b72fb5486: Pull complete
900c64be9242: Pull complete
01317173e91e: Pull complete
07b03bb7a09c: Pull complete
ef898c5a7d72: Pull complete
487405d9b58c: Pull complete
1b59ad57c4b2: Pull complete
407998003748: Pull complete
075ed11229c5: Pull complete
702fc03f45c4: Pull complete
Digest: sha256:87556c9dd939eead369479f27dedfbb872140fc105c121b2b4eaffb86079ca8a
Status: Downloaded newer image for wordpress:php8.2-apache
root@282cae440cde:/var/www/html# apt update
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8780 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6408 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [92.8 kB]
Fetched 9131 kB in 1s (8326 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@282cae440cde:/var/www/html# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@282cae440cde:/var/www/html# |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently using library/wordpress:php8.2-apache and library/wordpress:php8.1-apache for my WordPress images and they come with apache2 2.4.57, which has vulnerabilities. Is there an update available in these images which use apache2 2.4.58 instead of apache2 2.4.57?
This latest version of apache2 was released on October 19, 2023
https://dlcdn.apache.org/httpd/CHANGES_2.4.58
Beta Was this translation helpful? Give feedback.
All reactions