Просмотр исходного кода

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

Marc Zampetti 3 лет назад
Родитель
Сommit
427edfc416
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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