2.4.33-r33 release

This commit is contained in:
Bitnami Bot
2018-05-30 06:11:22 +00:00
parent 426d6d1b9c
commit 08fb6472a3
2 changed files with 4 additions and 4 deletions

View File

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