diff --git a/bitnami/parse/4/debian-10/Dockerfile b/bitnami/parse/4/debian-10/Dockerfile index 7808d44bec64..50dfa9146dcc 100644 --- a/bitnami/parse/4/debian-10/Dockerfile +++ b/bitnami/parse/4/debian-10/Dockerfile @@ -19,7 +19,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/parse/postunpack.sh ENV BITNAMI_APP_NAME="parse" \ - BITNAMI_IMAGE_VERSION="4.10.4-debian-10-r43" \ + BITNAMI_IMAGE_VERSION="4.10.4-debian-10-r44" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 1337 3000 diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index 35ad14aad6b6..41748a1c2ca0 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -46,7 +46,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/). -* [`4`, `4-debian-10`, `4.10.4`, `4.10.4-debian-10-r43`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.4-debian-10-r43/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.10.4`, `4.10.4-debian-10-r44`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.10.4-debian-10-r44/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse). @@ -93,7 +93,7 @@ If you want to run the application manually instead of using docker-compose, the $ docker run -d -p 1337:1337 --name parse --net=parse_network bitnami/parse ``` -Then you can access your application at http://your-ip/parse +Then you can access your application at `http://your-ip/parse` ### Persisting your application