From d20804f1359ab977d6b134d4e9d4515b9804e3cb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 5 May 2018 06:01:29 +0000 Subject: [PATCH] 3.2.2-r9 release Update image to version 3.2.2-r9 --- bitnami/phpbb/3/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/phpbb/3/Dockerfile b/bitnami/phpbb/3/Dockerfile index 029502d1ae60..0fa0d5a4fd5f 100644 --- a/bitnami/phpbb/3/Dockerfile +++ b/bitnami/phpbb/3/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r36 +FROM bitnami/minideb-extras:jessie-r38 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.2-r8" \ + BITNAMI_IMAGE_VERSION="3.2.2-r9" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \