Skip to content
Snippets Groups Projects
Verified Commit f5b92560 authored by David Beniamine's avatar David Beniamine
Browse files

Switch to debian bookworm + php 8.2

parent fb18eb82
No related merge requests found
FROM debian:bullseye
FROM debian:bookworm
RUN apt-get update && \
apt-get upgrade -y && \
......@@ -38,7 +38,7 @@ RUN apt-get update && \
unzip\
wget
ENV PHP_VER 7.4
ENV PHP_VER 8.2
COPY dolibarr.conf /etc/apache2/sites-enabled/000-default.conf
COPY dolibarr.ini /etc/php/$PHP_VER/fpm/conf.d/00-dolibarr.ini
COPY dolibarr.ini /etc/php/$PHP_VER/cli/conf.d/00-dolibarr.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment