Skip to content

Commit

Permalink
build: update to PHP 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Dec 26, 2024
1 parent 1f3fb51 commit 121610d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# This image uses a php:8.4.1-apache base image and do not have any phpMyFAQ code with it.
# This image uses a php:8.4.2-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.4.1-apache
FROM php:8.4.2-apache

#=== Install gd PHP dependencie ===
RUN set -x \
Expand Down

0 comments on commit 121610d

Please sign in to comment.