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

Updated Docker to use php8.2-apache as the upstream image.
This commit is contained in:
sstidl 2023-11-03 22:48:39 +01:00 committed by GitHub
commit ae07bf2bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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