From ac57214fea291934fa1b332ad69738f5b1bea278 Mon Sep 17 00:00:00 2001 From: badr devops Date: Sat, 25 Jun 2022 23:13:54 +0100 Subject: [PATCH] Update From PHP 8.0.13 to PHP 8.1.7 --- php8-sf6/Dockerfile | 10 +++++----- readme.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/php8-sf6/Dockerfile b/php8-sf6/Dockerfile index ec12afd..d3ffb7d 100644 --- a/php8-sf6/Dockerfile +++ b/php8-sf6/Dockerfile @@ -1,9 +1,9 @@ -FROM php:8.0.13-cli +FROM php:8.1.7-cli RUN apt-get update \ && apt-get install -y --no-install-recommends \ - locales apt-utils git libicu-dev g++ libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev unzip libpq-dev nodejs npm wget \ - apt-transport-https lsb-release ca-certificates + locales apt-utils git libicu-dev g++ libpng-dev libxml2-dev libzip-dev libonig-dev libxslt-dev unzip libpq-dev nodejs npm wget \ + apt-transport-https lsb-release ca-certificates RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen \ && echo "fr_FR.UTF-8 UTF-8" >> /etc/locale.gen \ @@ -16,9 +16,9 @@ RUN curl -sS https://get.symfony.com/cli/installer | bash \ && mv /root/.symfony/bin/symfony /usr/local/bin RUN docker-php-ext-configure \ - intl \ + intl \ && docker-php-ext-install \ - pdo pdo_mysql pdo_pgsql opcache intl zip calendar dom mbstring gd xsl + pdo pdo_mysql pdo_pgsql opcache intl zip calendar dom mbstring gd xsl RUN pecl install apcu && docker-php-ext-enable apcu diff --git a/readme.md b/readme.md index ed7aeab..815865a 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ - # Symfony 6 + PHP 8.0.13 with Docker **ONLY for DEV, not for production** -A very simple Docker-compose to discover Symfony 6 with PHP 8.0.13 in 5 minutes +A very simple Docker-compose to discover Symfony 6 with PHP 8.1.7 in 5 minutes + ## Run Locally Clone the project