2.4.52-debian-10-r36 release

This commit is contained in:
Bitnami Bot
2022-01-26 07:50:23 +00:00
parent 5465526193
commit db9d105b0b
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/apache/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="apache" \
BITNAMI_IMAGE_VERSION="2.4.52-debian-10-r35" \
BITNAMI_IMAGE_VERSION="2.4.52-debian-10-r36" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/apache/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -347,7 +347,7 @@ ensure_apache_app_configuration_exists() {
# Default options
local type=""
local -a hosts=("127.0.0.1" "_default_")
local server_name
local server_name="www.example.com" # Default ServerName in httpd.conf
local -a server_aliases=("*")
local allow_remote_connections="yes"
local disable="no"
@@ -653,7 +653,7 @@ apache_update_app_configuration() {
local -r app="${1:?missing app}"
# Default options
local -a hosts=("127.0.0.1" "_default_")
local server_name
local server_name="www.example.com" # Default ServerName in httpd.conf
local -a server_aliases=()
local enable_http="no"
local enable_https="no"

View File

@@ -49,7 +49,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`2.4`, `2.4-debian-10`, `2.4.52`, `2.4.52-debian-10-r35`, `latest` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.52-debian-10-r35/2.4/debian-10/Dockerfile)
* [`2.4`, `2.4-debian-10`, `2.4.52`, `2.4.52-debian-10-r36`, `latest` (2.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.52-debian-10-r36/2.4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/apache GitHub repo](https://github.com/bitnami/bitnami-docker-apache).