Explorar el Código

Merge pull request #570 from zampettim/upgrade-docker-php-82

Updated Docker to use php8.2-apache as the upstream image.
sstidl hace 2 años
padre
commit
ae07bf2bdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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