There was an error while loading. Please reload this page.
2 parents 71e0882 + 912e15f commit 7e319b9Copy full SHA for 7e319b9
2 files changed
apache/Dockerfile
@@ -5,7 +5,7 @@
5
FROM mlocati/php-extension-installer:2.11.12 AS php_extension_installer
6
7
# Latest version of PHP base image: https://hub.docker.com/_/php/tags
8
-FROM php:8.5.8-apache-trixie AS runtime
+FROM php:8.5.9-apache-trixie AS runtime
9
10
ARG DEBIAN_FRONTEND=noninteractive
11
fpm/Dockerfile
-FROM php:8.5.8-fpm-trixie AS runtime
+FROM php:8.5.9-fpm-trixie AS runtime
0 commit comments