From ac060cd25af66f833a0e909da527f7962e64bdbe Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 7 May 2018 05:53:47 +0000 Subject: [PATCH] 2.4.33-r15 release Update image to version 2.4.33-r15 --- bitnami/apache/2.4/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/apache/2.4/Dockerfile b/bitnami/apache/2.4/Dockerfile index 941478ace1e1..11de47acaab9 100644 --- a/bitnami/apache/2.4/Dockerfile +++ b/bitnami/apache/2.4/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r39 +FROM bitnami/minideb-extras:jessie-r40 LABEL maintainer "Bitnami " # 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-r14" \ + BITNAMI_IMAGE_VERSION="2.4.33-r15" \ PATH="/opt/bitnami/apache/bin:$PATH" EXPOSE 80 443