2.4.41-debian-9-r118 release

This commit is contained in:
Bitnami Bot 2019-12-24 09:25:27 +00:00
parent 21b085aebd
commit b7cb682a5d
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 libexpat1 libffi6 libgmp10 libgnutls30 libhogweed4 libidn11 libldap-2.4-2 libnettle6 libnghttp2-14 libp11-kit0 libpcre3 libsasl2-2 libssl1.1 libtasn1-6 procps unzip zlib1g
RUN . ./libcomponent.sh && component_unpack "apache" "2.4.41-3" --checksum 4cbd05e6df93361999856d4f77a4124443bc11b47abb090b3cfd19544cce627c
RUN . ./libcomponent.sh && component_unpack "apache" "2.4.41-4" --checksum 496e9cc3e12fd38832aae5dc1873cb4593666e6146379f55b2312908917eb666
RUN apt-get update && apt-get upgrade && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN curl --silent -L https://github.com/bitnami/render-template/releases/download/v1.0/render-template.zip > /tmp/render-template.zip && echo "60334a29f9692659f9d3a5d9659f2a97de1f5e7a0fc2e84c1868fdba7f160a9d /tmp/render-template.zip" | sha256sum --check && unzip -q -d /usr/local/bin -o /tmp/render-template.zip render-template && mkdir -p /opt/bitnami/licenses && curl --silent -L https://raw.githubusercontent.com/bitnami/render-template/master/COPYING > /opt/bitnami/licenses/render-template-1.0.txt
@ -17,7 +17,7 @@ RUN curl --silent -L https://github.com/bitnami/render-template/releases/downloa
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="apache" \
BITNAMI_IMAGE_VERSION="2.4.41-debian-9-r117" \
BITNAMI_IMAGE_VERSION="2.4.41-debian-9-r118" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 8080 8443

View File

@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`2.4-ol-7`, `2.4.41-ol-7-r145` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.41-ol-7-r145/2.4/ol-7/Dockerfile)
* [`2.4-debian-9`, `2.4.41-debian-9-r117`, `2.4`, `2.4.41`, `2.4.41-r117`, `latest` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.41-debian-9-r117/2.4/debian-9/Dockerfile)
* [`2.4-debian-9`, `2.4.41-debian-9-r118`, `2.4`, `2.4.41`, `2.4.41-r118`, `latest` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.41-debian-9-r118/2.4/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/apache GitHub repo](https://github.com/bitnami/bitnami-docker-apache).