diff --git a/bitnami/apache/2.4/debian-11/Dockerfile b/bitnami/apache/2.4/debian-11/Dockerfile index 84645e32b32b..8ba706311b96 100644 --- a/bitnami/apache/2.4/debian-11/Dockerfile +++ b/bitnami/apache/2.4/debian-11/Dockerfile @@ -5,11 +5,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="2.4.54-debian-11-r76" \ + org.opencontainers.image.ref.name="2.4.55-debian-11-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/apache" \ org.opencontainers.image.title="apache" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="2.4.54" + org.opencontainers.image.version="2.4.55" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ "render-template-1.0.4-1-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \ - "apache-2.4.54-159-linux-${OS_ARCH}-debian-11" \ + "apache-2.4.55-0-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -44,7 +44,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/apache/postunpack.sh ENV APACHE_HTTPS_PORT_NUMBER="" \ APACHE_HTTP_PORT_NUMBER="" \ - APP_VERSION="2.4.54" \ + APP_VERSION="2.4.55" \ BITNAMI_APP_NAME="apache" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/apache/bin:$PATH" diff --git a/bitnami/apache/2.4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/apache/2.4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 304fe3db7b24..e16bafaec6fd 100644 --- a/bitnami/apache/2.4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/apache/2.4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "apache": { "arch": "amd64", - "digest": "966e04f044d933a9395f848be40d4be75686031bca15a35e21aec4b746c44f6f", + "digest": "3da143e96c7585185f3a73b303b8dd3fe9313e24b7e11018243d441ae0503cde", "distro": "debian-11", "type": "NAMI", - "version": "2.4.54-159" + "version": "2.4.55-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/apache/2.4/debian-11/tags-info.yaml b/bitnami/apache/2.4/debian-11/tags-info.yaml index 3c4fc25dd90d..b3a0550a0fa4 100644 --- a/bitnami/apache/2.4/debian-11/tags-info.yaml +++ b/bitnami/apache/2.4/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "2.4" - "2.4-debian-11" - - "2.4.54" + - "2.4.55" - "latest"