mirror of
https://github.com/mykitserver/docker-limesurvey.git
synced 2025-12-06 16:39:11 +01:00
Downgrade to PHP 8.0
- There were issues with PHP extensions not being installed
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user