From d25a37ee8a05dee54cf1a7c7e521fa099936824a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 20 Aug 2021 00:47:43 +0000 Subject: [PATCH] 4.17.1-debian-10-r487 release --- bitnami/express/4/debian-10/Dockerfile | 2 +- bitnami/express/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bitnami/express/4/debian-10/Dockerfile b/bitnami/express/4/debian-10/Dockerfile index 34468c3b4fbb..b575c2db58dc 100644 --- a/bitnami/express/4/debian-10/Dockerfile +++ b/bitnami/express/4/debian-10/Dockerfile @@ -23,7 +23,7 @@ RUN bitnami-pkg install express-4.17.1-3 --checksum ad196d1e8fe95e92fc388b117e1b COPY rootfs / RUN mkdir -p /dist /app /.npm /.config /.cache /.local && chmod g+rwx /dist /app /.npm /.config /.cache /.local ENV BITNAMI_APP_NAME="express" \ - BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r486" \ + BITNAMI_IMAGE_VERSION="4.17.1-debian-10-r487" \ NAMI_PREFIX="/.nami" \ OS_ARCH="amd64" \ OS_FLAVOUR="debian-10" \ diff --git a/bitnami/express/README.md b/bitnami/express/README.md index 2c5750e68d94..590484a46455 100644 --- a/bitnami/express/README.md +++ b/bitnami/express/README.md @@ -11,6 +11,8 @@ $ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-express/mast $ docker-compose up ``` +**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options for the [MongoDB® container](https://github.com/bitnami/bitnami-docker-mongodb#readme) for a more secure deployment. + ## Why use Bitnami Images? * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. @@ -28,7 +30,7 @@ $ docker-compose up 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/). -* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r486`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r486/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.17.1`, `4.17.1-debian-10-r487`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-express/blob/4.17.1-debian-10-r487/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/codiad GitHub repo](https://github.com/bitnami/bitnami-docker-codiad).