Author: Niklas Keller (kelunik)
Date: 2023-08-05T20:18:02+02:00

Commit: 
https://github.com/php/web-wiki/commit/be9cbe93c1c7b26658b148df2f048fd774b59a45
Raw diff: 
https://github.com/php/web-wiki/commit/be9cbe93c1c7b26658b148df2f048fd774b59a45.diff

Upgrade PHP version in Dockerfile

Changed paths:
  M  Dockerfile


Diff:

diff --git a/Dockerfile b/Dockerfile
index fe78a2f1..d6ff30c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,3 @@
-FROM php:7.2-apache
+FROM php:8.2-apache
 
 RUN a2enmod rewrite

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to