Skip to content

Commit

Permalink
build: using PHP 8.4.0RC1 now in the Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Sep 28, 2024
1 parent d2881fd commit 8052d81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This image uses a php:8.3-apache base image and do not have any phpMyFAQ code with it.
# This image uses a php:8.4.0RC1-apache base image and do not have any phpMyFAQ code with it.
# It's for development only, it's meant to be run with docker-compose
#

#####################################
#=== Unique stage without payload ===
#####################################
FROM php:8-apache
FROM php:8.4.0RC1-apache

#=== Install gd PHP dependencie ===
RUN set -x \
Expand Down Expand Up @@ -59,8 +59,8 @@ RUN set -ex \
&& rm -rf /var/lib/apt/lists/*

#=== Install xdebug PHP dependencies ===
RUN pecl install xdebug-3.3.2 \
&& docker-php-ext-enable xdebug
#RUN pecl install xdebug-3.4.0alpha1 \
# && docker-php-ext-enable xdebug

#=== php default ===
ENV PMF_TIMEZONE="Europe/Berlin" \
Expand Down

0 comments on commit 8052d81

Please sign in to comment.