2.4.33-r8 release

Update image to version 2.4.33-r8
This commit is contained in:
Bitnami Bot 2018-04-30 05:52:50 +00:00
parent f7665026d6
commit 2588a5439c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r34
FROM bitnami/minideb-extras:jessie-r35
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@ -10,7 +10,7 @@ COPY rootfs /
ENV APACHE_HTTPS_PORT_NUMBER="443" \
APACHE_HTTP_PORT_NUMBER="80" \
BITNAMI_APP_NAME="apache" \
BITNAMI_IMAGE_VERSION="2.4.33-r7" \
BITNAMI_IMAGE_VERSION="2.4.33-r8" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 80 443