diff --git a/bitnami/phpbb/3/ol-7/Dockerfile b/bitnami/phpbb/3/ol-7/Dockerfile index 655b04d12d29..7d0b3c90bcef 100644 --- a/bitnami/phpbb/3/ol-7/Dockerfile +++ b/bitnami/phpbb/3/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r513 +FROM bitnami/oraclelinux-extras:7-r514 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -12,7 +12,7 @@ RUN bitnami-pkg unpack phpbb-3.2.8-0 --checksum ae67d387a5d9ecb2eec0816ceb4a2c78 COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.8-ol-7-r38" \ + BITNAMI_IMAGE_VERSION="3.2.8-ol-7-r39" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh b/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh index 0c2f53e0c848..ea587f970283 100755 --- a/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh +++ b/bitnami/phpbb/3/ol-7/rootfs/app-entrypoint.sh @@ -6,9 +6,9 @@ print_welcome_page if [[ "$1" == "nami" && "$2" == "start" ]] || [[ "$1" == "/init.sh" ]]; then - . /phpbb-init.sh - nami_initialize apache php mysql-client phpbb - info "Starting phpbb... " + . /phpbb-init.sh + nami_initialize apache php mysql-client phpbb + info "Starting phpbb... " fi exec tini -- "$@" diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index b75e30de61ad..0a5113dd6a78 100644 --- a/bitnami/phpbb/README.md +++ b/bitnami/phpbb/README.md @@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`3-ol-7`, `3.2.8-ol-7-r38` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-ol-7-r38/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.2.8-ol-7-r39` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-ol-7-r39/3/ol-7/Dockerfile) * [`3-debian-9`, `3.2.8-debian-9-r29`, `3`, `3.2.8`, `3.2.8-r29`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-debian-9-r29/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).