Downgrade to PHP 8.0

- There were issues with PHP extensions not being installed
This commit is contained in:
Markus Opolka
2023-06-28 16:34:31 +02:00
parent dfefb689e8
commit b0eabe4f28
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.1-apache
FROM docker.io/php:8.0-apache
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.1-fpm-alpine
FROM docker.io/php:8.0-fpm-alpine
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies

View File

@@ -1,4 +1,4 @@
FROM docker.io/php:8.1-fpm
FROM docker.io/php:8.0-fpm
LABEL maintainer="markus@martialblog.de"
# Install OS dependencies