diff --git a/bitnami/apache-exporter/0/debian-10/Dockerfile b/bitnami/apache-exporter/0/debian-10/Dockerfile index feadfaf3101d..8f1c16682309 100644 --- a/bitnami/apache-exporter/0/debian-10/Dockerfile +++ b/bitnami/apache-exporter/0/debian-10/Dockerfile @@ -13,11 +13,13 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac echo "b61682fa7ca568a41c7bc2842a67049b528b9d1c261f75a9b0e4d341f8c2b9b2 /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \ tar -zxf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \ rm -rf /tmp/bitnami/pkg/cache/apache-exporter-0.11.0-1-linux-amd64-debian-10.tar.gz +RUN apt-get update && apt-get upgrade -y && \ + rm -r /var/lib/apt/lists /var/cache/apt/archives RUN ln -sf /opt/bitnami/apache-exporter/bin/apache_exporter /bin/apache_exporter RUN chmod g+rwX /opt/bitnami ENV BITNAMI_APP_NAME="apache-exporter" \ - BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r25" \ + BITNAMI_IMAGE_VERSION="0.11.0-debian-10-r26" \ PATH="/opt/bitnami/apache-exporter/bin:$PATH" EXPOSE 9117 diff --git a/bitnami/apache-exporter/README.md b/bitnami/apache-exporter/README.md index 4c52dadbec1e..7405b90a7970 100644 --- a/bitnami/apache-exporter/README.md +++ b/bitnami/apache-exporter/README.md @@ -33,7 +33,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r25`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r25/0/debian-10/Dockerfile) +* [`0`, `0-debian-10`, `0.11.0`, `0.11.0-debian-10-r26`, `latest` (0/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache-exporter/blob/0.11.0-debian-10-r26/0/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/apache-exporter GitHub repo](https://github.com/bitnami/bitnami-docker-apache-exporter).