diff --git a/bitnami/prestashop/1.7/ol-7/Dockerfile b/bitnami/prestashop/1.7/ol-7/Dockerfile index 5f8d9e3247fc..b3bb28be254d 100644 --- a/bitnami/prestashop/1.7/ol-7/Dockerfile +++ b/bitnami/prestashop/1.7/ol-7/Dockerfile @@ -1,9 +1,9 @@ -FROM bitnami/oraclelinux-extras:7-r46 +FROM bitnami/oraclelinux-extras:7-r48 LABEL maintainer "Bitnami " # Install required system packages and dependencies RUN install_packages bzip2-libs cyrus-sasl-lib expat freetds freetype glibc gmp gnutls keyutils-libs krb5-libs libcom_err libcurl libffi libgcc libgcrypt libgpg-error libicu libidn libjpeg-turbo libmcrypt 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.34-0 --checksum f12a3f629bf81de53f549eadbc6af8a24722c9b1f1b5da7da0b953fd3a40b236 +RUN bitnami-pkg unpack apache-2.4.34-1 --checksum d06af72741b365147c39bb30ca9e1df1501d97c3c6a44b200e64c3c4eb7878f6 RUN bitnami-pkg unpack php-7.0.31-0 --checksum 4beb2f42b7d0c11519a2ac2ff7c82848f35cfc7028b38f038899434414f7b662 RUN bitnami-pkg unpack mysql-client-10.1.34-0 --checksum 012f1f222898565b55f7d4522514c7c130d2bfe4c988754eed658ef6dafa980c RUN bitnami-pkg install libphp-7.0.31-0 --checksum 760bd9fad0870ff05810f287701879a858ee8952a146864aa06b18f8143ac3c5 @@ -14,7 +14,7 @@ ENV ALLOW_EMPTY_PASSWORD="no" \ APACHE_HTTPS_PORT_NUMBER="443" \ APACHE_HTTP_PORT_NUMBER="80" \ BITNAMI_APP_NAME="prestashop" \ - BITNAMI_IMAGE_VERSION="1.7.4-1-ol-7-r5" \ + BITNAMI_IMAGE_VERSION="1.7.4-1-ol-7-r6" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/prestashop/README.md b/bitnami/prestashop/README.md index 72f03f308558..777bc84665ca 100644 --- a/bitnami/prestashop/README.md +++ b/bitnami/prestashop/README.md @@ -28,7 +28,7 @@ $ docker-compose up -d > NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8. -* [`1.7-ol-7`, `1.7.4-1-ol-7-r5` (1.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.4-1-ol-7-r5/1.7/ol-7/Dockerfile) +* [`1.7-ol-7`, `1.7.4-1-ol-7-r6` (1.7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.4-1-ol-7-r6/1.7/ol-7/Dockerfile) * [`1.7-debian-9`, `1.7.4-1-debian-9-r1`, `1.7`, `1.7.4-1`, `1.7.4-1-r1`, `latest` (1.7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prestashop/blob/1.7.4-1-debian-9-r1/1.7/Dockerfile) Subscribe to project updates by watching the [bitnami/prestashop GitHub repo](https://github.com/bitnami/bitnami-docker-prestashop).