Skip to content

Commit

Permalink
build: updated container to PHP 8.3.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Sep 4, 2023
1 parent 65e0063 commit 61d57e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.0beta1-apache base image and do not have any phpMyFAQ code with it.
# This image uses a php:8.3.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.3.0beta1-apache
FROM php:8.3.0RC1-apache

#=== Install gd PHP dependencie ===
RUN set -x \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For development purposes you can start a full stack to run your current PhpMyFAQ

$ docker-compose up

The command above starts 8 containers for multi database development as following.
The command above starts eight containers for multi database development as following.

_Specific images started once to prepare the project:_

Expand Down

0 comments on commit 61d57e0

Please sign in to comment.