Limesurvey not compatible with 8.1 docker image (#110)

Limesurvey not compatible with 8.1 docker image yet

* Causes PHP 8.1 deprecation notices and other stuff
* Set all image to PHP 8.0. 

Co-authored-by: Jérôme Rautureau <Jérôme Rautureau jerome.rautureau@agglo-larochelle.fr>
This commit is contained in:
Jérôme Rautureau
2021-12-03 09:00:40 +01:00
committed by GitHub
parent 71fade66fe
commit 7f87925fa7
9 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.0-apache
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.26+211123'
ARG sha256_checksum='fc1176d71efc7fa4c10415ebfff5d0c78c73b1458bc30822443c4c17928a97d1'

View File

@@ -1,4 +1,4 @@
FROM php:7.4-fpm-alpine
FROM php:8.0-fpm-alpine
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.26+211123'
ARG sha256_checksum='fc1176d71efc7fa4c10415ebfff5d0c78c73b1458bc30822443c4c17928a97d1'

View File

@@ -1,4 +1,4 @@
FROM php:7.4-fpm
FROM php:8.0-fpm
LABEL maintainer="markus@martialblog.de"
ARG version='3.27.26+211123'
ARG sha256_checksum='fc1176d71efc7fa4c10415ebfff5d0c78c73b1458bc30822443c4c17928a97d1'