Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
RELEASE #php #nginx #mariaDb #release Release 3.3.0
Browse files Browse the repository at this point in the history
Added PHP 8.2 support (version 8.2.1).
Updated PHP versions to 7.4.33, 8.0.27 and 8.1.14.
Updated NGINX version to 1.23.3.
Updated MariaDB version to 10.10.2.
  • Loading branch information
bloodhunterd committed Jan 12, 2023
1 parent 50cdfcb commit 7ef2c2d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes will be documented in this file.

<a name="v3-3-0"></a>
## [3.3.0](/~https://github.com/bloodhunterd/froxlor/releases/tag/3.3.0) &#9839; 13.01.2023

* Added **PHP 8.2** support (version 8.2.1)
* Updated **PHP** versions to 7.4.33, 8.0.27 and 8.1.14
* Updated **NGINX** version to 1.23.3
* Updated **MariaDB** version to 10.10.2

<a name="v3-2-3"></a>
## [3.2.3](/~https://github.com/bloodhunterd/froxlor/releases/tag/3.2.3) &#9839; 01.11.2022

Expand Down
21 changes: 19 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM debian:stable-slim
# ======================================================================================================================

# MariaDB
ARG MARIADB_VERSION=10.9
ARG MARIADB_VERSION=10.10

# NGINX
ARG NGINX_VERSION=1.23.*
Expand All @@ -14,6 +14,7 @@ ARG NGINX_VERSION=1.23.*
ENV PHP_VERSION_1=7.4
ENV PHP_VERSION_2=8.0
ENV PHP_VERSION_3=8.1
ENV PHP_VERSION_4=8.2

# ======================================================================================================================
# Configuration
Expand Down Expand Up @@ -143,7 +144,23 @@ RUN apt-get install -y --no-install-recommends \
php${PHP_VERSION_3}-mysql \
php${PHP_VERSION_3}-opcache \
php${PHP_VERSION_3}-xml \
php${PHP_VERSION_3}-zip
php${PHP_VERSION_3}-zip \
php${PHP_VERSION_4} \
php${PHP_VERSION_4}-common \
php${PHP_VERSION_4}-bcmath \
php${PHP_VERSION_4}-bz2 \
php${PHP_VERSION_4}-cli \
php${PHP_VERSION_4}-curl \
php${PHP_VERSION_4}-fpm \
php${PHP_VERSION_4}-gd \
php${PHP_VERSION_4}-imagick \
php${PHP_VERSION_4}-imap \
php${PHP_VERSION_4}-intl \
php${PHP_VERSION_4}-mbstring \
php${PHP_VERSION_4}-mysql \
php${PHP_VERSION_4}-opcache \
php${PHP_VERSION_4}-xml \
php${PHP_VERSION_4}-zip

# ======================================================================================================================
# AWStats
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Docker image for Froxlor Server Management Panel.
## Features

* [NGINX](https://www.nginx.com/) webserver support
* [PHP](https://www.php.net/) 7.4, 8.0 and 8.1 support
* [PHP](https://www.php.net/) 7.4, 8.0, 8.1 and 8.2 support
* [BIND](https://www.isc.org/bind/) DNS support
* [Let's Encrypt](https://letsencrypt.org/) SSL certificate support

Expand Down

0 comments on commit 7ef2c2d

Please sign in to comment.