Explorar el Código

Update Dockerfile

Co-authored-by: Quentame <polletquentin74@me.com>
sstidl hace 2 años
padre
commit
bb1506c39a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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