Skip to content

Commit

Permalink
feat: upgrade PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Jul 27, 2024
1 parent 7f06ce1 commit f730330
Show file tree
Hide file tree
Showing 3 changed files with 4,009 additions and 4,801 deletions.
2 changes: 1 addition & 1 deletion lib/docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Craft image for Docker

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.

## Basic usage

Expand Down
2 changes: 1 addition & 1 deletion lib/docker/craft/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading

0 comments on commit f730330

Please sign in to comment.