From 3dfe7dba3006be6fc6bf8e0e774f62a6b2f83319 Mon Sep 17 00:00:00 2001 From: cherednik Date: Thu, 15 May 2025 16:34:36 +0400 Subject: [PATCH] fix-php-version: set version to 8.3 --- Dockerfile | 12 ++++++------ Dockerfile_local | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6edd99c..b05b695 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,12 +4,12 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash RUN add-apt-repository ppa:ondrej/php RUN apt update && apt install -y \ - php-fpm \ - php-curl \ - php \ - php-common \ - php-cli \ - php-xml \ + php8.3-fpm \ + php8.3-curl \ + php8.3 \ + php8.3-common \ + php8.3-cli \ + php8.3-xml \ gnupg \ g++ \ procps \ diff --git a/Dockerfile_local b/Dockerfile_local index 5ca9f24..dc14ad5 100644 --- a/Dockerfile_local +++ b/Dockerfile_local @@ -4,12 +4,12 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y wget libgtk-3-0 libpcsclite-dev pcscd curl software-properties-common git zip bash RUN add-apt-repository ppa:ondrej/php RUN apt update && apt install -y \ - php-fpm \ - php-curl \ - php \ - php-common \ - php-cli \ - php-xml \ + php8.3-fpm \ + php8.3-curl \ + php8.3 \ + php8.3-common \ + php8.3-cli \ + php8.3-xml \ gnupg \ g++ \ procps \ -- 2.40.1