diff --git a/bitnami/prometheus/2/ol-7/Dockerfile b/bitnami/prometheus/2/ol-7/Dockerfile index a22f56795394..0ff50944bc75 100644 --- a/bitnami/prometheus/2/ol-7/Dockerfile +++ b/bitnami/prometheus/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r194 as buildenv +FROM bitnami/oraclelinux-extras:7-r195 as buildenv RUN install_packages ca-certificates wget RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/prometheus-2.5.0-20-linux-x86_64-ol-7.tar.gz && \ @@ -8,12 +8,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac ################## -FROM bitnami/oraclelinux-extras:7-r194 +FROM bitnami/oraclelinux-extras:7-r195 LABEL maintainer "Bitnami " COPY --from=buildenv /opt/bitnami/prometheus /opt/bitnami/prometheus ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.5.0-ol-7-r35" \ + BITNAMI_IMAGE_VERSION="2.5.0-ol-7-r36" \ PATH="/opt/bitnami/prometheus/bin:$PATH" RUN install_packages ca-certificates diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index ec16a57d7555..461a45f7e540 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -59,7 +59,7 @@ $ kubectl apply -f test.yaml Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). -* [`2-ol-7`, `2.5.0-ol-7-r35` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.5.0-ol-7-r35/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.5.0-ol-7-r36` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.5.0-ol-7-r36/2/ol-7/Dockerfile) * [`2-debian-9`, `2.5.0-debian-9-r30`, `2`, `2.5.0`, `2.5.0-r30`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.5.0-debian-9-r30/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).