2.4.33-r11 release

Update image to version 2.4.33-r11
This commit is contained in:
Bitnami Bot 2018-05-03 05:52:09 +00:00
parent f74c9cdcd7
commit 5ba71db996
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r36
FROM bitnami/minideb-extras:jessie-r37
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-r10" \
BITNAMI_IMAGE_VERSION="2.4.33-r11" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 80 443