Skip to content

Commit 92e0b0c

Browse files
committed
Bump up base image
1 parent 798ec2e commit 92e0b0c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM technicalguru/rs-php:8.1.5-apache-2.4.53.1
1+
FROM technicalguru/rs-php:8.1.5-apache-2.4.53.2
22
LABEL maintainer="Ralph Schuster <github@ralph-schuster.eu>"
33

44
RUN apt-get update && apt-get update && apt-get install -y --no-install-recommends \

src/config.local.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@
4141
*/
4242
$CONF['configured'] = true;
4343

44-
// Required for deprecation warnings in PHP/8.1
45-
ini_set('display_errors', 'Off');
46-
4744
$PFA_VARS = array('PFA_SETUP_PASS', 'PFA_DB_USER', 'PFA_DB_HOST', 'PFA_DB_PASS', 'PFA_DB_NAME', 'PFA_POSTFIX_SERVER', 'PFA_ABUSE_EMAIL', 'PFA_HOSTMASTER_EMAIL', 'PFA_POSTMASTER_EMAIL', 'PFA_WEBMASTER_EMAIL');
4845
$PFA_ERROR = false;
4946
foreach ($PFA_VARS AS $PFA_VAR) {

0 commit comments

Comments
 (0)