File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[program:php-fpm]
2- command=php-fpm8.2 -F
2+ command=php-fpm8.4 -F
33autostart=true
44priority=5
55stdout_logfile=/dev/stdout
Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33ARG API_REPOSITORY="https://github.com/passbolt/passbolt_api"
44ARG IMAGE_DESCRIPTION="Passbolt CE Backend, a JSON API written with CakePHP"
@@ -22,7 +22,7 @@ ARG PASSBOLT_REPO_KEY_PATH="/usr/share/keyrings/passbolt-repository.gpg"
2222ARG PASSBOLT_SOURCES_LIST_PATH="/etc/apt/sources.list.d/passbolt.sources"
2323
2424ENV PASSBOLT_PKG_KEY=0xDE8B853FC155581D
25- ENV PHP_VERSION=8.2
25+ ENV PHP_VERSION=8.4
2626ENV GNUPGHOME=/var/lib/passbolt/.gnupg
2727ENV PASSBOLT_FLAVOUR=$PASSBOLT_FLAVOUR
2828ENV PASSBOLT_PKG="passbolt-$PASSBOLT_FLAVOUR-server"
Original file line number Diff line number Diff line change 1- FROM debian:bookworm -slim
1+ FROM debian:trixie -slim
22
33ARG API_REPOSITORY="https://github.com/passbolt/passbolt_api"
44ARG IMAGE_DESCRIPTION="Passbolt CE Backend, a JSON API written with CakePHP"
@@ -29,7 +29,7 @@ ARG PASSBOLT_USER_UID=33
2929ARG PASSBOLT_GROUP_GID=33
3030
3131ENV PASSBOLT_PKG_KEY=0xDE8B853FC155581D
32- ENV PHP_VERSION=8.2
32+ ENV PHP_VERSION=8.4
3333ENV GNUPGHOME=/var/lib/passbolt/.gnupg
3434ENV SUPERCRONIC_VERSION=0.2.28
3535ENV SUPERCRONIC_URL=https://github.com/aptible/supercronic/releases/download/v${SUPERCRONIC_VERSION}/supercronic-linux-${SUPERCRONIC_ARCH} \
Original file line number Diff line number Diff line change 3636 end
3737
3838 let ( :nginx_conf ) { '/etc/nginx/nginx.conf' }
39- let ( :php_conf ) { '/etc/php/8.2 /fpm/php.ini' }
39+ let ( :php_conf ) { '/etc/php/8.4 /fpm/php.ini' }
4040 let ( :site_conf ) { '/etc/nginx/sites-enabled/nginx-passbolt.conf' }
4141 let ( :supervisor_conf ) do
4242 [ '/etc/supervisor/conf.d/nginx.conf' ,
You can’t perform that action at this time.
0 commit comments