From 59d3f9da908eab6483d65a4f41ef7e057240c34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Varela?= Date: Mon, 25 Nov 2024 23:11:02 -0500 Subject: [PATCH] Updated to 8.4 release image * Change images to 8.4.1 release images * Switch to latest 8.4 vs 8.4.1 --- images/8.4-apache/Dockerfile | 2 +- images/8.4-fpm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/8.4-apache/Dockerfile b/images/8.4-apache/Dockerfile index 356eb92..7058a77 100644 --- a/images/8.4-apache/Dockerfile +++ b/images/8.4-apache/Dockerfile @@ -1,6 +1,6 @@ # docker build -t devwithlando/php:8.4-apache-4 . -FROM php:8.4.0RC2-apache-bookworm +FROM php:8.4-apache-bookworm ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ diff --git a/images/8.4-fpm/Dockerfile b/images/8.4-fpm/Dockerfile index 0a55910..b76155e 100644 --- a/images/8.4-fpm/Dockerfile +++ b/images/8.4-fpm/Dockerfile @@ -1,6 +1,6 @@ # docker build -t devwithlando/php:8.4-fpm-4 . -FROM php:8.4.0RC2-fpm-bookworm +FROM php:8.4-fpm-bookworm ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/