]> _ Git - fluidbook_processfarm.git/commitdiff
wait #5851 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 9 May 2023 09:00:54 +0000 (11:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 9 May 2023 09:00:54 +0000 (11:00 +0200)
Dockerfile
startup

index d317418dbd766482d4ecae3e47aae7468f680ef2..c1d4220b917c8c5d27d29ff3aa0e492ccd1b36c8 100644 (file)
@@ -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 93ca79a87bfdda1140455137f42afdfb3ce6e114..bd32200605b2c07cc484f8e46aa0eff4689fdf7b 100755 (executable)
--- 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