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

This commit is contained in:
Marc Zampetti 2023-08-09 16:36:48 -04:00
parent 5956e07a7a
commit 427edfc416

View file

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