Skip to content

Commit 6d8cce5

Browse files
committed
feat: Bump to php8.4
1 parent b2aba7f commit 6d8cce5

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.3.10-fpm-bullseye
1+
FROM php:8.4.18-fpm-trixie
22

33
LABEL maintainer="GeoKrety Team <contact@geokrety.org>"
44

@@ -35,10 +35,8 @@ RUN apt-get update \
3535
&& echo "set mouse-=a" > /root/.vimrc \
3636
&& echo "syn on" >> /root/.vimrc
3737

38-
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
39-
# See https://github.com/Imagick/imagick/issues/643#issuecomment-2086949716
40-
RUN install-php-extensions \
41-
Imagick/imagick@ffa23eb0bc6796349dce12a984b3b70079e7bdd3 \
38+
RUN printf "\n" | pecl install imagick \
39+
&& docker-php-ext-enable imagick \
4240
\
4341
&& docker-php-ext-install bcmath gettext mysqli pdo_mysql pgsql pdo_pgsql bz2 xsl pcntl \
4442
&& pecl install raphf \

config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
APP_NAME=geokrety/website-legacy-base
1+
APP_NAME=geokrety/website-base

0 commit comments

Comments
 (0)