mirror of
https://github.com/bitnami/containers.git
synced 2026-02-27 06:47:29 +08:00
bump version 2.4.12-4-r01
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user