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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \