diff --git a/bitnami/phpbb/3/Dockerfile b/bitnami/phpbb/3/Dockerfile index 0fa0d5a4fd5f..0187cb02f20d 100644 --- a/bitnami/phpbb/3/Dockerfile +++ b/bitnami/phpbb/3/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r38 +FROM bitnami/minideb-extras:jessie-r39 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-r9" \ + BITNAMI_IMAGE_VERSION="3.2.2-r10" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \