From 9e3fb80187ff19064743d61381ebb98cc2454259 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Fri, 28 Oct 2022 16:02:54 +0200 Subject: [PATCH] Update php version to 8.2 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 09e41fc..e7d4af5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.1.10-fpm +FROM php:8.2.0RC5-fpm ARG WORKDIR=/var/www/html ENV DOCUMENT_ROOT=${WORKDIR} ENV LARAVEL_PROCS_NUMBER=1 @@ -24,9 +24,9 @@ RUN apt-get update && apt-get install -y \ nano \ cron -RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - +#RUN curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION} | bash - # Install Node -RUN apt-get install -y nodejs +#RUN apt-get install -y nodejs # Clear cache RUN apt-get clean && rm -rf /var/lib/apt/lists/* # Install Kafka