diff --git a/bitnami/magento/2/ol-7/Dockerfile b/bitnami/magento/2/ol-7/Dockerfile index 6e5b99f622c1..d98ae90b932b 100644 --- a/bitnami/magento/2/ol-7/Dockerfile +++ b/bitnami/magento/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r147 +FROM bitnami/oraclelinux-extras:7-r148 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -15,7 +15,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="magento" \ - BITNAMI_IMAGE_VERSION="2.2.6-ol-7-r33" \ + BITNAMI_IMAGE_VERSION="2.2.6-ol-7-r34" \ MAGENTO_ADMINURI="admin" \ MAGENTO_DATABASE_NAME="bitnami_magento" \ MAGENTO_DATABASE_PASSWORD="" \ diff --git a/bitnami/magento/README.md b/bitnami/magento/README.md index 17caa2897a55..428133940372 100644 --- a/bitnami/magento/README.md +++ b/bitnami/magento/README.md @@ -41,7 +41,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/). -* [`2-ol-7`, `2.2.6-ol-7-r33` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-ol-7-r33/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.2.6-ol-7-r34` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-ol-7-r34/2/ol-7/Dockerfile) * [`2-debian-9`, `2.2.6-debian-9-r3`, `2`, `2.2.6`, `2.2.6-r3`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.2.6-debian-9-r3/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).