From 498ed73464f8625a2f62fa205e7e8b8a77d276fa Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 9 May 2023 11:00:54 +0200 Subject: [PATCH] wait #5851 @0.5 --- Dockerfile | 4 ++-- startup | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d317418..c1d4220 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,11 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ && echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ondrej-php.list \ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ && apt-get update \ - && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.1-cli php8.1-fpm php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh php8.1-zip libjpeg-turbo-progs zip unzip \ + && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.2-cli php8.2-fpm php8.2-curl php8.2-exif php8.2-xml php8.2-gd php8.2-ssh php8.2-zip libjpeg-turbo-progs zip unzip \ less nano wget bash lynx COPY --from=composer:2 /usr/bin/composer /usr/bin/composer -COPY overrides.conf /etc/php/8.1/fpm/pool.d/z-overrides.conf +COPY overrides.conf /etc/php/8.2/fpm/pool.d/z-overrides.conf COPY --chmod=755 startup /usr/bin/startup CMD exec /usr/bin/startup STOPSIGNAL SIGQUIT diff --git a/startup b/startup index 93ca79a..bd32200 100755 --- a/startup +++ b/startup @@ -1,3 +1,3 @@ #!/bin/sh /application/bin/mount -/usr/sbin/php-fpm8.1 -O \ No newline at end of file +/usr/sbin/php-fpm8.2 -O \ No newline at end of file -- 2.39.5