Update Dockerfile

Co-authored-by: Quentame <polletquentin74@me.com>
This commit is contained in:
sstidl
2023-11-03 22:48:12 +01:00
committed by GitHub
parent 427edfc416
commit bb1506c39a

View File

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