diff --git a/bitnami/prometheus/2/ol-7/Dockerfile b/bitnami/prometheus/2/ol-7/Dockerfile index c72c310ff489..4ab6e4bee3a2 100644 --- a/bitnami/prometheus/2/ol-7/Dockerfile +++ b/bitnami/prometheus/2/ol-7/Dockerfile @@ -15,7 +15,7 @@ RUN ln -sf /opt/bitnami/prometheus/data /prometheus RUN mkdir -p /opt/bitnami/prometheus/data/ && chmod g+rwX /opt/bitnami/prometheus/data/ ENV BITNAMI_APP_NAME="prometheus" \ - BITNAMI_IMAGE_VERSION="2.14.0-ol-7-r42" \ + BITNAMI_IMAGE_VERSION="2.14.0-ol-7-r43" \ PATH="/opt/bitnami/prometheus/bin:$PATH" EXPOSE 9090 diff --git a/bitnami/prometheus/README.md b/bitnami/prometheus/README.md index 75e2f0301445..b035563fe2d6 100644 --- a/bitnami/prometheus/README.md +++ b/bitnami/prometheus/README.md @@ -57,7 +57,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.14.0-ol-7-r42` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.14.0-ol-7-r42/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.14.0-ol-7-r43` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.14.0-ol-7-r43/2/ol-7/Dockerfile) * [`2-debian-9`, `2.14.0-debian-9-r35`, `2`, `2.14.0`, `2.14.0-r35`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-prometheus/blob/2.14.0-debian-9-r35/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/prometheus GitHub repo](https://github.com/bitnami/bitnami-docker-prometheus).