Parcourir la source

Updated Docker to use php8.2-apache as the upstream image.

Marc Zampetti il y a 3 ans
Parent
commit
427edfc416
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM php:7.4-apache
+FROM php:8.2-apache
 
 # Install extensions
 RUN apt-get update && apt-get install -y \