diff --git a/bitnami/opencart/3/debian-10/Dockerfile b/bitnami/opencart/3/debian-10/Dockerfile index a8f64d839f14..49af634eb0da 100644 --- a/bitnami/opencart/3/debian-10/Dockerfile +++ b/bitnami/opencart/3/debian-10/Dockerfile @@ -16,18 +16,20 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "7.4.27- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.1-5" --checksum 9e312b4a7e16a55d08e67c4fd69c91000e4dcc4af149d59915c49375b83852af RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "opencart" "3.0.3-8-1" --checksum 0f5390ff130fac23b88ec951f985822c194ba5e0cf5cc7f6853737fa86a96128 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-1" --checksum 16f1a317859b06ae82e816b30f98f28b4707d18fe6cc3881bff535192a7715dc +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/php/postunpack.sh +RUN /opt/bitnami/scripts/apache/postunpack.sh RUN /opt/bitnami/scripts/apache-modphp/postunpack.sh RUN /opt/bitnami/scripts/opencart/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ BITNAMI_APP_NAME="opencart" \ - BITNAMI_IMAGE_VERSION="3.0.3-8-debian-10-r129" \ + BITNAMI_IMAGE_VERSION="3.0.3-8-debian-10-r130" \ PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 8080 8443 diff --git a/bitnami/opencart/README.md b/bitnami/opencart/README.md index 1e26588b1485..dc391385a7c4 100644 --- a/bitnami/opencart/README.md +++ b/bitnami/opencart/README.md @@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`3`, `3-debian-10`, `3.0.3-8`, `3.0.3-8-debian-10-r129`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-opencart/blob/3.0.3-8-debian-10-r129/3/debian-10/Dockerfile) +* [`3`, `3-debian-10`, `3.0.3-8`, `3.0.3-8-debian-10-r130`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-opencart/blob/3.0.3-8-debian-10-r130/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/opencart GitHub repo](https://github.com/bitnami/bitnami-docker-opencart).