Skip to content

Commit f730330

Browse files
committed
feat: upgrade PHP version
1 parent 7f06ce1 commit f730330

File tree

3 files changed

+4009
-4801
lines changed

3 files changed

+4009
-4801
lines changed

lib/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Craft image for Docker
22

3-
A ready-to-use PHP 7.4 image for websites built using Craft CMS.
3+
A ready-to-use PHP 8 image for websites built using Craft CMS.
44

55
## Basic usage
66

lib/docker/craft/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4-apache
1+
FROM php:8.3-apache
22

33
ENV LANG C.UTF-8
44
ENV APACHE_DOCUMENT_ROOT /app/web

0 commit comments

Comments
 (0)