2.4.33-r26 release

This commit is contained in:
Bitnami Bot
2018-05-21 10:07:30 +00:00
parent 10b0dbde83
commit d4ceff481b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -29,7 +29,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`2.4`, `2.4.33-r25`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.33-r25/2.4/Dockerfile)
* [`2.4`, `2.4.33-r26`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.33-r26/2.4/Dockerfile)
* [`2.4-rhel-7`, `2.4.33-r1-rhel-7` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.33-r1-rhel-7/2.4/rhel-7/Dockerfile)
* [`2.4-ol-7`, `2.4.33-r2-ol-7` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.33-r2-ol-7/2.4/ol-7/Dockerfile)