bump version 2.4.12-4-r01

This commit is contained in:
Sameer Naik
2015-10-05 22:53:30 +05:30
parent cc5cadb5fd
commit de94161fc3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ MAINTAINER Bitnami <containers@bitnami.com>
ENV BITNAMI_APP_NAME=apache \
BITNAMI_APP_USER=daemon \
BITNAMI_APP_DAEMON=httpd \
BITNAMI_APP_VERSION=2.4.12-4 \
BITNAMI_APP_VERSION=2.4.12-4-r01 \
BITNAMI_APP_DIR=$BITNAMI_PREFIX/apache2
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \

View File

@@ -340,7 +340,7 @@ bats test.sh
# Changelog
## development (2015-10-05)
## 2.4.12-4-r01 (2015-10-05)
- `/app` directory is no longer exported as a volume. This caused problems when building on top of the image, since changes in the volume are not persisted between Dockerfile `RUN` instructions. To keep the previous behavior (so that you can mount the volume in another container), create the container with the `-v /app` option.