diff --git a/bitnami/parse/2/Dockerfile b/bitnami/parse/2/Dockerfile index 8e368aeaa99d..547377627182 100644 --- a/bitnami/parse/2/Dockerfile +++ b/bitnami/parse/2/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r43 +FROM bitnami/minideb-extras:jessie-r44 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -9,7 +9,7 @@ RUN bitnami-pkg unpack parse-2.7.4-0 --checksum 0bd023bbb78a617cbd7977bb6adb65f7 COPY rootfs / ENV BITNAMI_APP_NAME="parse" \ - BITNAMI_IMAGE_VERSION="2.7.4-r14" \ + BITNAMI_IMAGE_VERSION="2.7.4-r15" \ MONGODB_HOST="mongodb" \ MONGODB_PASSWORD="" \ MONGODB_PORT_NUMBER="27017" \