From 5e7e6ee5c8d06a983e5b7e571a7f5d807ad4664d Mon Sep 17 00:00:00 2001 From: David Alger Date: Sun, 17 Jan 2021 19:17:40 -0600 Subject: [PATCH] Fixed base image references for xdebug3 variants on m1 and m2 fpm images davidalger/warden#279 --- images/php-fpm/magento1/xdebug3/Dockerfile | 2 +- images/php-fpm/magento2/xdebug3/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/php-fpm/magento1/xdebug3/Dockerfile b/images/php-fpm/magento1/xdebug3/Dockerfile index 4adbd8e6..707412c8 100644 --- a/images/php-fpm/magento1/xdebug3/Dockerfile +++ b/images/php-fpm/magento1/xdebug3/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_VERSION= -FROM docker.io/wardenenv/php-fpm:${PHP_VERSION} +FROM docker.io/wardenenv/php-fpm:${PHP_VERSION}-magento1 USER root RUN set -eux \ diff --git a/images/php-fpm/magento2/xdebug3/Dockerfile b/images/php-fpm/magento2/xdebug3/Dockerfile index 4adbd8e6..55e999d0 100644 --- a/images/php-fpm/magento2/xdebug3/Dockerfile +++ b/images/php-fpm/magento2/xdebug3/Dockerfile @@ -1,5 +1,5 @@ ARG PHP_VERSION= -FROM docker.io/wardenenv/php-fpm:${PHP_VERSION} +FROM docker.io/wardenenv/php-fpm:${PHP_VERSION}-magento2 USER root RUN set -eux \