We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f06ce1 commit f730330Copy full SHA for f730330
lib/docker/README.md
@@ -1,6 +1,6 @@
1
# Craft image for Docker
2
3
-A ready-to-use PHP 7.4 image for websites built using Craft CMS.
+A ready-to-use PHP 8 image for websites built using Craft CMS.
4
5
## Basic usage
6
lib/docker/craft/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:7.4-apache
+FROM php:8.3-apache
ENV LANG C.UTF-8
ENV APACHE_DOCUMENT_ROOT /app/web
0 commit comments