From 4ae2ba46365a329683ae555e68e53619eab2e307 Mon Sep 17 00:00:00 2001 From: Marc Gallego Pozo <71644468+mgallego23@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:01:48 +0200 Subject: [PATCH] Update Dockerfile 8.2 --- bin/php82/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/php82/Dockerfile b/bin/php82/Dockerfile index d14be2de3b..f0ac1d82a3 100644 --- a/bin/php82/Dockerfile +++ b/bin/php82/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2.1-apache-buster +FROM php:8.2-apache # Surpresses debconf complaints of trying to install apt packages interactively # https://github.com/moby/moby/issues/4032#issuecomment-192327844