From 518c8d373f45dd6cb400fb4d5fe126def930499f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 26 Jan 2022 13:43:10 +0000 Subject: [PATCH] 1.7.8-2-debian-10-r45 release --- bitnami/prestashop/1.7/debian-10/Dockerfile | 2 +- .../1.7/debian-10/rootfs/opt/bitnami/scripts/libapache.sh | 4 ++-- bitnami/prestashop/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/prestashop/1.7/debian-10/Dockerfile b/bitnami/prestashop/1.7/debian-10/Dockerfile index ce2356e9cb57..ad1ce36ff42d 100644 --- a/bitnami/prestashop/1.7/debian-10/Dockerfile +++ b/bitnami/prestashop/1.7/debian-10/Dockerfile @@ -29,7 +29,7 @@ RUN /opt/bitnami/scripts/prestashop/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="prestashop" \ - BITNAMI_IMAGE_VERSION="1.7.8-2-debian-10-r44" \ + BITNAMI_IMAGE_VERSION="1.7.8-2-debian-10-r45" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/prestashop/bin:$PATH" EXPOSE 8080 8443 diff --git a/bitnami/prestashop/1.7/debian-10/rootfs/opt/bitnami/scripts/libapache.sh b/bitnami/prestashop/1.7/debian-10/rootfs/opt/bitnami/scripts/libapache.sh index 10a4cf70c378..5a8bae06cbcc 100644 --- a/bitnami/prestashop/1.7/debian-10/rootfs/opt/bitnami/scripts/libapache.sh +++ b/bitnami/prestashop/1.7/debian-10/rootfs/opt/bitnami/scripts/libapache.sh @@ -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" diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 9569fc1fe901..986e5a618dee 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -43,7 +43,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/). -* [`1.7`, `1.7-debian-10`, `1.7.8-2`, `1.7.8-2-debian-10-r44`, `latest` (1.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.8-2-debian-10-r44/1.7/debian-10/Dockerfile) +* [`1.7`, `1.7-debian-10`, `1.7.8-2`, `1.7.8-2-debian-10-r45`, `latest` (1.7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.8-2-debian-10-r45/1.7/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/prestashop GitHub repo](https://github.com/bitnami/bitnami-docker-prestashop).