2.4.29-r2 release

Update image to version 2.4.29-r2
This commit is contained in:
Bitnami Bot
2018-02-22 14:52:25 +00:00
parent e671410774
commit 0b7a4bcc92
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r23
FROM bitnami/minideb-extras:jessie-r24
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -11,7 +11,7 @@ COPY rootfs /
ENV APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="apache" \
BITNAMI_IMAGE_VERSION="2.4.29-r1" \
BITNAMI_IMAGE_VERSION="2.4.29-r2" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 80 443