From 099af9078070101053d9717c1fec690fd95aaa45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20N=C3=BA=C3=B1ez?= Date: Thu, 16 Oct 2025 16:42:20 -0400 Subject: [PATCH] Fix PHP 8.2.1 apache-buster 404 Not Found issue --- bin/php82/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/php82/Dockerfile b/bin/php82/Dockerfile index d14be2de3b..d06e163959 100644 --- a/bin/php82/Dockerfile +++ b/bin/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.1-apache-buster +FROM php:8.2.1-apache # Surpresses debconf complaints of trying to install apt packages interactively # https://github.com/moby/moby/issues/4032#issuecomment-192327844