small updates

This commit is contained in:
STAM 2021-10-08 12:44:31 +03:00
parent f0d1f4ee33
commit 9ecedb0c3c
6 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=7.13.0
ARG CONFLUENCE_VERSION=7.13.1
ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
##################################################################

View File

@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
##################################################################
# ARGuments
##################################################################
ARG CONFLUENCE_VERSION=7.13.0
ARG CONFLUENCE_VERSION=7.13.1
ARG DOWNLOAD_URL=https://www.atlassian.com/software/confluence/downloads/binary/atlassian-confluence-${CONFLUENCE_VERSION}.tar.gz
##################################################################

View File

@ -119,6 +119,7 @@ RUN apt-get update && \
php7.4-imap \
php7.4-pspell \
php7.4-sqlite3 \
php7.4-pgsql \
php7.4-tidy \
php7.4-xmlrpc \
php7.4-xml \
@ -139,6 +140,7 @@ RUN apt-get update && \
sendmail && \
ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \
update-alternatives --set php /usr/bin/php7.4 && \
pecl channel-update pecl.php.net && \
php -m && \
php -v

View File

@ -111,6 +111,7 @@ RUN apt-get update && \
php7.2-pspell \
php7.2-recode \
php7.2-sqlite3 \
php7.2-pgsql \
php7.2-tidy \
php7.2-xmlrpc \
php7.2-xml \
@ -133,6 +134,7 @@ RUN apt-get update && \
sendmail && \
ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \
update-alternatives --set php /usr/bin/php7.2 && \
pecl channel-update pecl.php.net && \
php -m && \
php -v

View File

@ -115,6 +115,7 @@ RUN apt-get update && \
php7.3-pspell \
php7.3-recode \
php7.3-sqlite3 \
php7.3-pgsql \
php7.3-tidy \
php7.3-xmlrpc \
php7.3-xml \

View File

@ -119,6 +119,7 @@ RUN apt-get update && \
php7.4-imap \
php7.4-pspell \
php7.4-sqlite3 \
php7.4-pgsql \
php7.4-tidy \
php7.4-xmlrpc \
php7.4-xml \
@ -139,6 +140,7 @@ RUN apt-get update && \
sendmail && \
ln -sf /etc/ssl/dhparam.pem /etc/php/dhparam.pem && \
update-alternatives --set php /usr/bin/php7.4 && \
pecl channel-update pecl.php.net && \
php -m && \
php -v