diff --git a/bitnami/phpbb/3/ol-7/Dockerfile b/bitnami/phpbb/3/ol-7/Dockerfile index 62373460f9d2..c83bc025f318 100644 --- a/bitnami/phpbb/3/ol-7/Dockerfile +++ b/bitnami/phpbb/3/ol-7/Dockerfile @@ -1,18 +1,18 @@ -FROM bitnami/oraclelinux-extras:7-r567 +FROM bitnami/oraclelinux-extras:7-r568 LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds-libs freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmemcached libnghttp2 libpng libselinux libssh2 libstdc++ libtasn1 libtidy libxml2 libxslt ncurses-libs nettle nspr nss nss-softokn-freebl nss-util openldap openssl-libs p11-kit pcre postgresql-libs readline sqlite xz-libs zlib RUN bitnami-pkg unpack apache-2.4.41-3 --checksum 30ae9f98466bc180ec5b3121b000e0a8ee36ee3434d4645c7c3aa22710cc6166 -RUN bitnami-pkg unpack php-7.2.25-1 --checksum a5aa3b417ec5c068adecb67cb257178ac42bf3059c422efa81d762079f914116 +RUN bitnami-pkg unpack php-7.2.26-0 --checksum 8a6d5adeb4cbb51b17809ccd57c005ff2148a4c4086d99ace2bd938646874d07 RUN bitnami-pkg unpack mysql-client-10.3.21-0 --checksum 9e012f0e449a963c923c8ea7a5cc2ab2c688564ed910eaab2aef1ad70c5d8e4b -RUN bitnami-pkg install libphp-7.2.25-0 --checksum 5afa401df3f0f8f985c05ac26595d0fa71cd31ebbe8ff6bbe196fa42e28282b5 +RUN bitnami-pkg install libphp-7.2.26-0 --checksum 11c347a6a5b216e031821a18813203c8b1be02b9ff8794117e6096c49dba5f9c RUN bitnami-pkg unpack phpbb-3.2.8-0 --checksum ae67d387a5d9ecb2eec0816ceb4a2c78897a0545d83b9e70c9499a87329afa3b COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="phpbb" \ - BITNAMI_IMAGE_VERSION="3.2.8-ol-7-r88" \ + BITNAMI_IMAGE_VERSION="3.2.8-ol-7-r89" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/phpbb/README.md b/bitnami/phpbb/README.md index de1639830724..477f848df497 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-r88` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-ol-7-r88/3/ol-7/Dockerfile) +* [`3-ol-7`, `3.2.8-ol-7-r89` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-ol-7-r89/3/ol-7/Dockerfile) * [`3-debian-9`, `3.2.8-debian-9-r53`, `3`, `3.2.8`, `3.2.8-r53`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-phpbb/blob/3.2.8-debian-9-r53/3/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/phpbb GitHub repo](https://github.com/bitnami/bitnami-docker-phpbb).